1. error logging
messages saved to php_error.log
http://php.net/manual/en/function.error-log.php
http://stackoverflow.com/questions/3531703/how-to-log-errors-and-warnings-into-a-file
error_log( "Hello, errors!" );
1. error logging
messages saved to php_error.log
http://php.net/manual/en/function.error-log.php
http://stackoverflow.com/questions/3531703/how-to-log-errors-and-warnings-into-a-file
error_log( "Hello, errors!" );