/unix?
I use php in a unix box, for this example
Hugs...
Tiago N. Sampaio
- Original Message -
From: "b b" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 6:13 PM
Subject: Re: [PHP-INST] php and forms
>
> You are right Tiago.
.
Good luck,
Michael
PS Your hotmail account is bouncing mail due to disk space usage.
> -Original Message-
> From: b b [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 20, 2003 4:22 PM
> To: Stembridge, Michael
> Subject: RE: [PHP-INST] php and forms
>
>
&g
M
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] php and forms
>
>
>
> You are right Tiago. When I did the _POST ... it
> finally saw it. So where do I find and set
> register_globals. In the Apache config files?
>
>
>
>
> --- "Tiago N. Sampai
Its not in the Apache config file, its in the php.ini file normally found in
your windows directory
- Original Message -
From: "b b" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 9:13 PM
Subject: Re: [PHP-INST] php and forms
>
>
You are right Tiago. When I did the _POST ... it
finally saw it. So where do I find and set
register_globals. In the Apache config files?
--- "Tiago N. Sampaio" <[EMAIL PROTECTED]> wrote:
> Whats´s your php version?
>
> In newer versions of php, register_globals is off
> by default, or you
Whats´s your php version?
In newer versions of php, register_globals is off by default, or you
enable it on php.ini
or you use $_GET["Variable_name"] in your case $_GET["TestVar"] (This
can be $_POST["VAR"])
Ok...
test this and say the result...
Thanks...
PS: Sorry my poor english...
Hugs
Ti