RE: [PHP-WIN] Undefined variables (was php_gd.dll and Windows XP)

2002-05-15 Thread brother
> -Original Message- > From: Mike Flynn [mailto:[EMAIL PROTECTED]] > Sent: den 15 maj 2002 22:59 > To: Alan Hale; RoboTeddy; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Undefined variables (was php_gd.dll > and Windows XP) > > > Blah, blah, blah, for th

Re: [PHP-WIN] Undefined variables (was php_gd.dll and Windows XP)

2002-05-15 Thread Mike Flynn
Blah, blah, blah, for the zillionth time, 4.2 turns register_globals off in the php.ini. If you want to access the variables directly, turn on register_globals in your php.ini. Otherwise, access them via one of the global arrays ($GLOBALS, $GET, $POST, etc). At 09:16 PM 5/15/02 +0100, Alan H

Re: [PHP-WIN] Undefined variables (was php_gd.dll and Windows XP)

2002-05-15 Thread Alan Hale
Currently set to report all errors. This seems to be a problem now with variables passed in query strings or from forms not being sent (hence undefined). Other variables OK. So I guess again it's something to do with the server settings, but I don't know how - Original Message - From: "R