I have it running on Windows XP using Apache and Linux using Apache with perfect results - It does not work on IIS, which tells me this is a IIS problem, not a coding problem or an error reporting problem - register_globals are on on all three platforms.
Thanks ----- Original Message ----- From: "CPT John W. Holmes" <[EMAIL PROTECTED]> To: "Beauford.2002" <[EMAIL PROTECTED]>; "PHP General" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 11:21 AM Subject: Re: [PHP] PHP and IIS 5.0 > > I am putting together a website for a customer who insists on using IIS > > running on Windows XP and I'm running into some problems. It appears that > no > > matter what PHP script I run, I'm getting tons of errors saying this > > variable or that variable is undefined. I have global variables turned on > in > > the php.ini file - so I'm not sure what would be causing the problem > (other > > than it is a Microsoft product). The same scripts work perfectly on my > Linux > > box running Apache. > > Read all about it here... > > http://www.php.net/manual/en/ref.errorfunc.php > > Either fix your code or adjust the error_reporting level. > > Actually, it could be a register_globals problem also. They are off by > default, so you may need to re-write your code or turn them on in php.ini. > > ---John Holmes... > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php