Skip to content

Instantly share code, notes, and snippets.

@mikemadisonweb
Last active August 29, 2015 14:08
Show Gist options
  • Save mikemadisonweb/5fb70747093d74dc74cd to your computer and use it in GitHub Desktop.
Save mikemadisonweb/5fb70747093d74dc74cd to your computer and use it in GitHub Desktop.
Var_dump
header('Content-type: text/html; charset=utf-8');
print_r('<pre>');
var_dump();
exit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment