Skip to content

Instantly share code, notes, and snippets.

@jamieandyou
Last active July 21, 2016 15:10
Show Gist options
  • Save jamieandyou/f41f41dd6e1d8595a544a7b46d071104 to your computer and use it in GitHub Desktop.
Save jamieandyou/f41f41dd6e1d8595a544a7b46d071104 to your computer and use it in GitHub Desktop.
tail -f /private/var/log/apache2/sites_error_log
Error log print out
error_log("In here");
error_log(print_r($test, 1));
On page print out
print_r($test);
echo "Success";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment