Print array in readable html format


/ Published in: PHP
Save to your folder(s)

I don't wanna forget this small yet useful line.


Copy this code and paste it in your HTML
  1. print("<pre>".print_r($your_array,true)."</pre>");

URL: http://snippets.dzone.com/posts/show/1555

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.