PHP error_reporting
error_reporting - Sets which PHP errors are reported
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>Related Posts
PHP trim words, PHP date, Validate an E-Mail Address with PHP, How To Clean Special Characters From PHP String, URLs PHP .htaccess, How to add days, weeks, months to date in PHP, Replace Link Value PHP,