Damn, this is definitely uncharted territory, I just learned PHP about a
month ago
Thank you,
Todd Williamsen, MCSE
home: 847.265.4692
Cell: 847.867.9427
-Original Message-
From: Michael Sims [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 9:18 PM
To: Todd Williamsen; [E
At 08:31 PM 12/13/2001 -0600, Todd Williamsen wrote:
>I thought about that, but the problem is, what happens when the time expires
>and the loser doesn't report?
and
At 08:55 PM 12/13/2001 -0600, Todd Williamsen wrote:
>Since there is a ranking system, and if the game doesn't get reported by the
Since there is a ranking system, and if the game doesn't get reported by the
loser, should it be that the winner automatically gets the win?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
Actually I have no idea where to start on something like this... This is
going to be challenge!
"Todd Williamsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I thought about that, but the problem is, what happens when the time
expires
> and the loser doesn'
I thought about that, but the problem is, what happens when the time expires
and the loser doesn't report?
"Michael Sims" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 08:02 PM 12/13/2001 -0600, Todd Williamsen wrote:
> [...]
> >The problem is that abuser
At 08:02 PM 12/13/2001 -0600, Todd Williamsen wrote:
[...]
>The problem is that abusers of the site will report games that they have not
>played and screws up the stats of the players that he supposedly played
>against.
>
>Now, the ultimate solution would be to have a way where when the winner
>re
At 07:51 PM 12/13/2001 -0600, Todd Williamsen wrote:
>here is a another great IIS lockdown tool
>
>http://www.apache.org
LOL!
Good one. :)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
I one of my sites does an online league for Madden football game.
The Story of the problem:
When a user reports a game that is played, the winner reports the game by
choosing his name from a drop down selection box and also choses the loser
from the selection box, he enters his password and the
here is a another great IIS lockdown tool
http://www.apache.org
"George Pitcher" <[EMAIL PROTECTED]> wrote in message
00fc01c183ad$866d5ea0$[EMAIL PROTECTED]">news:00fc01c183ad$866d5ea0$[EMAIL PROTECTED]...
> Warning: check that your non-'*.html' extension pages work after you've
done
> this. W
At 10:57 AM 12/13/2001 -0500, Asendorf, John wrote:
>OK, maybe I'm just off my rocker or have something set incorrectly or
>something, but...
>
>What's the deal with magic quotes?
Oh yeah, here is a nice post on PHPBuilder that explains this all very well:
http://www.phpbuilder.com/forum/archive
At 10:57 AM 12/13/2001 -0500, Asendorf, John wrote:
>OK, maybe I'm just off my rocker or have something set incorrectly or
>something, but...
>
>What's the deal with magic quotes?
>
>you turn it on, and it automatically performs the addslashes for data being
>entered into databases, right? But it
php-windows Digest 14 Dec 2001 01:26:29 - Issue 899
Topics (messages 10871 through 10883):
Re: PHP 4.1.0 Win32 Error
10871 by: John Lim
php warning messages
10872 by: Martin Lindhe
10873 by: Pac mon
10874 by: R'twick Niceorgaw
10875 by: Martin Lindhe
At 12:19 PM 12/13/2001 -0400, Mick wrote:
>I'm trying to dynamically place a 'querystring' link in the body of an
>e-mail message but it won't read past the & character in the string.
>Tried
>'urlencode(), addbackslash(), qoutemeta(), hex values, etc. etc. but
>nothing
>seems to work.
>I know it c
On Thursday 13 December 2001 5:19 pm, Martin Lindhe wrote:
> I am doing this already... Oh well.
No you're not! If you were doing it already you would not be seeing the
undefined index messages.
Sorry :)
--
Phil Driscoll
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-ma
> On Thursday 13 December 2001 3:17 pm, Martin Lindhe wrote:
> > But im questioning the need for this.. why add extra checks
> on perhaps
> > 200 locations in my code to satisfy a warning message, which points
> > out a nonexisting bug? i want warnings turned off but i
> dont want this
> > on
I'm trying to dynamically place a 'querystring' link in the body of an
e-mail message but it won't read past the & character in the string.
Tried
'urlencode(), addbackslash(), qoutemeta(), hex values, etc. etc. but
nothing
seems to work.
I know it can be done as I have received plenty of messages
OK, maybe I'm just off my rocker or have something set incorrectly or
something, but...
What's the deal with magic quotes?
you turn it on, and it automatically performs the addslashes for data being
entered into databases, right? But it doesn't automatically run
stripslashes when you retreive t
--- Received from FPU.WHITES1 799 3703 13-12-01 15:25
-> [EMAIL PROTECTED]
-> [EMAIL PROTECTED]
-> [EMAIL PROTECTED]
If memory serves that particular warning comes up as an E_NOTICE type not
an E_WARNING, so you can switch it off without getting rid of the warnings
you
Someone have a step-by-step to configure PHP with Oracle in a Apache Server
under Win2k?
Thanks for help
Tales Bitelo Viegas
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To cont
If memory serves that particular warning comes up as an E_NOTICE type not
an E_WARNING, so you can switch it off without getting rid of the warnings
you really DO want to see.
-Steve
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
> This should work
>
> if (isset($_POST["user"]))
> $username = $_POST["user"];
Cool, it works!
But im questioning the need for this.. why add extra checks on perhaps
200 locations in my code to satisfy a warning message, which points
out a nonexisting bug? i want warnings turned off but
This should work
if (isset($_POST["user"]))
$username = $_POST["user"];
- Original Message -
From: "Martin Lindhe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 9:10 AM
Subject: [PHP-WIN] php warning messages
> hi all :)
>
> i configured php 4.1.0
>From: Martin Lindhe <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: [PHP-WIN] php warning messages
>Date: Thu, 13 Dec 2001 15:10:33 +0100
>MIME-Version: 1.0
>Received: from [66.150.5.56] by hotmail.com (3.2) with ESMTP id
>MHotMailBDE2028B006D40043717429605380CA00
hi all :)
i configured php 4.1.0 to display all errors and errors (E_ALL) and get
warnings (Undefined index: blah) on lines like this:
$username = $_POST["user"]; how come?
(this is not a 4.1.0 specific behaviour, just wondering how i should write
proper code that doesnt display these warnings)
Hi !
This is a bug in PHP 4.1.0 when using persistent connections in a CGI
script.
Turning off persistent connections or switching to ISAPI avoids this
problem.
I have reported it to bugs.php.net.
-- John
"Rygars" <[EMAIL PROTECTED]> wrote in message
002d01c183a7$3a002670$e39d5dd
-Mensaje original-
De: Silvia Mahiques [mailto:[EMAIL PROTECTED]]
Enviado el: jueves, 13 de diciembre de 2001 10:45
Para: [EMAIL PROTECTED]
Asunto: PHP & APACHE Authenticate
-Mensaje original-
De: Silvia Mahiques [mailto:[EMAIL PROTECTED]]
Enviado el: jueves, 13 de diciembre
php-windows Digest 13 Dec 2001 09:51:50 - Issue 898
Topics (messages 10859 through 10870):
Re: Online editor
10859 by: Alain Samoun
10863 by: Pierre Marceau
Re: sorting array
10860 by: Ignatius Teo
PHP 4.1.0 and ISAPI still no good...
10861 by: Tommy Finsen
You really SHOULD change the php.ini file. There ARE differences. The only
error I encountered was a function not existing when it tried to load
php4sapi.dll... My problem was simply that I forgot to copy php4ts.dll to
the system32 directory. Other than that I've had no problems. Server info:
w
Warning: check that your non-'*.html' extension pages work after you've done
this. We had to de-activate IIS locktool to get our sites to work at all.
George
- Original Message -
From: "Robin Bolton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 7:13 AM
Su
29 matches
Mail list logo