[PHP] Re: Forms not passing variables

2002-07-10 Thread Derick Rethans
Hai, did you check the setting of register_globals really changed? See the phpinfo(); output if it's really set to on. If not, place your php.ini file in the correct location. Derick Hopp3r wrote: Hello all. I have a site that was backed up, before the box was reformatted and rebuilt.

[PHP] Re: Forms not passing variables

2002-07-10 Thread Martin Clifford
Did you restart your server after changing register_globals? Try that. Derick Rethans [EMAIL PROTECTED] 07/10/02 02:30PM Hai, did you check the setting of register_globals really changed? See the phpinfo(); output if it's really set to on. If not, place your php.ini file in the correct

[PHP] Re: Forms not passing variables

2002-07-10 Thread Hopp3r
Thanks Derick, You were right. globals is still off in phpinfo(). How does one make it reread the ini file, or where is correct location to copy my existing php.ini file? RC Derick Rethans [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hai, did you check

Re: [PHP] Re: Forms not passing variables

2002-07-10 Thread Hopp3r
Martin, I just rebooted, and it still show them to be off? RC Martin Clifford [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Did you restart your server after changing register_globals? Try that. Derick Rethans [EMAIL PROTECTED] 07/10/02 02:30PM Hai,

[PHP] Re: Forms not passing variables

2002-07-10 Thread Derick Rethans
Hello, You reload the php.ini file by restarting your webserver, the correct location of php.ini can be found @ http://www.php.net/manual/en/faq.installation.php#faq.installation.phpini Derick Hopp3r wrote: Thanks Derick, You were right. globals is still off in phpinfo(). How does one

[PHP] Re: Forms not passing variables

2002-07-10 Thread Hopp3r
FIXED !!! Thank you all. I had to find out the path that PHP was looking in to find php.ini file. Thanks you all again!!! RC Hopp3r [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello all. I have a site that was backed up, before the box was reformatted