Skip to content

Instantly share code, notes, and snippets.

@idea34
Created December 10, 2012 16:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idea34/4251540 to your computer and use it in GitHub Desktop.
Save idea34/4251540 to your computer and use it in GitHub Desktop.
useful php items
<?php // Collection of useful php snippets
// html readable print_r for arrays
echo '<pre>';
print_r($myarray);
echo '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment