> -----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 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).

$_GLOBALS, $_GET, $_POST, etc

/brother

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to