Display multidimensional array in php

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

Browse More Popular Posts

Leave a Comment