/ Published in: PHP
Allows you to still view PHP parse errors, even if you don't have write access to your php.ini file. Since PHP pages are parsed before being executed, parse errors won't show up even if you turn on display_errors in the page you are checking.
Expand |
Embed | Plain Text
<?php // file name: checkerrors.php include('file_with_errors.php');
You need to login to post a comment.
