Real life problems solved

Advert

Show Errors in PHP using .htaccess

Simply add this to your .htaccess file to show errors in PHP, to surpress them simply change on to off

# supress php errors
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
Adsense