On Tuesday 22 October 2002 03:19, Hans Zaunere wrote: > While some of the scoping tricks proposed seem like potential overkill, > I've yearned for a way to explicitly declare a variable a > "super-global".
We already have that. If $avar is a variable, $GLOBALS["avar"] is the superglobal access to that variable. Always has been since the dawn of time. Kristian -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php