Am Montag, 14. Oktober 2002 16:51 schrieb Negretti, John (CCI-San Diego):
> Hello,
>
>       I need to access the "$HTTP_GET_VARS" and "$HTTP_COOKIE_VARS" arrays
> within a function.  In order to do this I have to pass $HTTP_GET_VARS as a
> parameter of the function.  How can I access these built-in arrays without
> passing it as a function parameter.  Should I define them as a "global"
> variable.  I read that "register globals" has some security issues.  Are
> these the same, or is setting a variable as "global" and "register globals"
> different?  NOTE: I am using PHP 4.0.6.  Thanks for any assistance. :-)
>
> John Negretti
> Web Applications Developer
> Cox Communications www.cox.com

Just declare them as a global in your function. The "register globals" 
settings is some different thing.

Sascha

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

Reply via email to