t;[EMAIL PROTECTED]>
To: "Gryffyn, Trevor" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, May 13, 2004 12:38 AM
Subject: Re: [PHP-WIN] I've found the cause of the error but I cant fix it.
> I understands you well but the problem is a week ago with a OS Win98
and I'll send you those files.
>
> Thxs for helping me!!!
>
> Alex
> - Original Message -
> From: "Gryffyn, Trevor" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: "Alejandro César Garrammone" <[EMAIL PROTECTED]>
> Sent: Thur
TED]>
Sent: Thursday, May 13, 2004 1:18 PM
Subject: RE: [PHP-WIN] I've found the cause of the error but I cant fix it.
If you're used to running on a system with register_globals turned ON then
you might run into a snag with something like this since the GET and POST
values aren't
uot;testpost" respectively) available where as $_GET only has the GETVARIABLE value
("testget") and $_POST only has the POSTVARIABLE value ("testpost")
-TG
> -Original Message-----
> From: Alejandro César Garrammone [mailto:[EMAIL PROTECTED]
> Sent: W
: [PHP-WIN] I've found the cause of the error but I cant fix it.
Hi all,
The problem is the GET and the POST method.
I've create a simple form and I pass my name on it, on the other hand, on the file
referenced in the form, I put an echo with the variable, and it doesn't print it. (I
Hi all,
The problem is the GET and the POST method.
I've create a simple form and I pass my name on it, on the other hand, on the file
referenced in the form, I put an echo with the variable, and it doesn't print it. (I
use GET, on the link it shows it, but the variable is empty).
How can I fix