Skip to content

Instantly share code, notes, and snippets.

@twesolowski
Created April 1, 2014 10:25
Show Gist options
  • Save twesolowski/9911510 to your computer and use it in GitHub Desktop.
Save twesolowski/9911510 to your computer and use it in GitHub Desktop.
PHP quick dump to file
file_put_contents("file", var_export($query, true), FILE_APPEND);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment