Has anyone successfully gotten fusebox for php to work on AIX w/ 4.3.1? The server I am using has globals turned off, but I have this in the index file,

extract($_SERVER);
extract($_GET);
extract($_POST);
extract($_COOKIE);

but all I get is a blank screen. The code is fine because when it is run on a regular linux box, it works fine.

Anyone offer any tips?

Chris


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



Reply via email to