Echo a multidimensional array in PHP

<pre>
<?php print_r ($array); ?>
</pre>

Leave a Comment