On Saturday 20 April 2002 07:23, Devin Atencio wrote: > Is there an easy way in PHP to have it display to screen all the variables > that > it has in memory? So i can see what variables there is and what they are > set to?
print_r($GLOBALS); -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* There has been an alarming increase in the number of things you know nothing about. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php