Hi All, I have a prb that when i run any web page and if it contains an syntax error. then nothing is displayed. I mean page is blanked. what need to change in php.ini. Thanks.
Hm, and try setting display_errors to 1. If that doesn't work, try placing these lines on top of your script. error_reporting(E_ALL ^ E_NOTICE); ini_set('display_errors', '1'); PHP: