DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Print Array In Readable Format
// description of your code here
print("<pre>".print_r($_POST,true)."</pre>");






Comments
Snippets Manager replied on Wed, 2006/08/02 - 11:38am
Snippets Manager replied on Tue, 2006/02/28 - 4:23am
\n"; print_r ( $array ); print "\n"; } } Then call it when you need it: print_pre( $my_array );Snippets Manager replied on Thu, 2006/02/09 - 1:52pm