On Saturday 20 April 2002 09:41, Andre Dubuc wrote: > Is there a way I can verify that (a) globals are off and (b) $_SESSION or > $_POST are on? This probably what's happening -- I can't access the arrays > at all -- so, I think that might be where the problem lies. The $vars still > work though throughout all scripts.
Use: print_r($GLOBALS); to see what variables you have. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Dr. Jekyll had something to Hyde. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php