About the only user-defined superglobals are constants. If you really
want to get the value of a global variable while inside of a function,
you could just use GLOBAL. Or if you REALLY wanted to, you could store
the variables in the $_SESSION superglobal array. But I'm curious, why
do you want superglobal-like access for your database connection?
Jason
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php