Last active
July 21, 2016 15:10
-
-
Save jamieandyou/f41f41dd6e1d8595a544a7b46d071104 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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