Return to Snippet

Revision: 3697
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