Try using 

global $HTTP_GET_VARS;

at the beginning of your function. $HTTP_GET_VARS has global scope, and
by default PHP isolates functions from the parent scope.


Marco

On Sun, 2002-10-13 at 16:39, John Negretti wrote:
> Hello All,
> 
>     I am calling a particular function.  Within that function I need access
> to the $HTTP_GET_VARS array.  It seem I could only access that array if I
> pass it as a parameter of the function.  Is this how it's supposed to work.
> Thanks for any direction.  NOTE: I am using PHP 4.0.6.
> 
>   John Negretti
>   www.ideablue.com
> 
> 
> 
> 
> -- 
> 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

Reply via email to