Hi,
Is there any way to emulate the super globals on PHP4.0.6.
I've designed a system using $_GET, $_POST, etc, and I had it all running 
wonderfully, but I have been forced to change servers to some folks who do 
not seem to have an upgrade to 4.1.x in mind.

What I would like to know is... is there away to make a variable global 
across all functions, like the $_* type vars? Without putting 

global $_SERVER, $_GET, $_POST, $_REQUEST, $_SESSION, $_COOKIE;

at the top of each function.

Thanks!

David


-- 
---

WarpedWeb.Net
http://www.warpedweb.net/

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

Reply via email to