/ 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
Copy this code and paste it in your HTML
<?php // file name: checkerrors.php include('file_with_errors.php');