Php print array in readable format

code:-

<?php

echo "<pre>";
print_r($array);
echo "</pre>";

?>


Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post