Web Hosting Talk







View Full Version : php variable problem


Arsenal
11-17-2002, 09:38 PM
ok... I have a server running and I somehow managed to install MySql and php on it. The problem I'm having is that no matter what script I run, it gives me an error that whatever variable the program has in it is undefined.

I'm guessing this is because there is something wrong in my php.ini file...

here is my php.ini file http://zigly.no-ip.com/phpini.txt

server is running win2k advanced server.

help!

i am a
11-17-2002, 10:24 PM
i *think* it's the error_reporting value.. should be E_WARNING and not E_ALL.

Woofcat
11-17-2002, 11:19 PM
maybe the scripts require register_globals = On?