On Fri, 19 Jan 2001, Josh G wrote:

> they're automagically converted to global variables.
>

Strictly speaking, no. They're put into $HTTP_*_VARS, and if register_globals
is on in php.ini, then they're available in $GLOBALS in the order given by
variables_order in php.ini.

> Gfunk         -          http://www.gfunk007.com/
>
> I sense much beer in you. Beer leads to intoxication, intoxication to
> hangovers, and hangovers to... suffering.
>

-- 
Ignacio Vazquez-Abrams  <[EMAIL PROTECTED]>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to