Can someone point me toward a tutorial on the proper use of global
references under PHP4. 

I have been declaring 

function something()
{
global $foo, $bar; 

/* some actions */

}

in functions and I understand that this is not the way I'm supposed
to be doing this. Or there is a new way that is preferred.

John Hughes

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

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

Reply via email to