HI,
For now Ichanged regsister Globals to "ON", and resaved the php.ini file.
It's not working. Do I need to start the Apache server? I'm running on a linux box.
Thanks, Sam Fullman
If you run it as CGI , you needn't if your php is runned as a module of apache, you have to restart it.
Strong recommendation that you don't let this on
I believe the command is:
/etc/rc.d/init.d/httpd restart
and like what netbat said, I suggest you not have registered globals on either, but use array variables like $SERVER, $REQUEST, etc.