Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created July 4, 2014 15:11
Show Gist options
  • Save dejanmarkovic/97faabdb2882095215ac to your computer and use it in GitHub Desktop.
Save dejanmarkovic/97faabdb2882095215ac to your computer and use it in GitHub Desktop.
to display array nicely
<?php
//add <pre> tags and use print_r
ECHO ('<pre>');
print_r($array);
ECHO ("</pre>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment