> Is there any way I can creat my very own super global variables?

You can assign values directly to $_POST, $_COOKIE, etc arrays and reference
them wherever you want later. It's just for the duration of the script,
though.

---John Holmes...


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

Reply via email to