Revision: 3697
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 2, 2007 20:05 by scriptmakingcom
Initial Code
//DEBUG:print the contents of an array echo "<pre>"; print_r($ARRAY); echo "</pre>"; //END DEBUG
Initial URL
Initial Description
simply adding the tags will display the contents of the array in a much better fashion.
Initial Title
Display the contents of an array using <pre> formatting
Initial Tags
array
Initial Language
PHP