Display multidimensional array in php

echo '<pre>';
print_r($your_array_name);
echo'</pre>';

Leave a Comment