Tag Archive | wamp server

How to Hide/Disable PHP errors in WAMP Servers Windows ?

How to Hide/Disable PHP errors in WAMP Servers Windows ? To hide php errors on WAMP server in windows open php.ini file, find following line of code. error_reporting = E_ALL and replace it witherror_reporting = E_ALL & ~E_NOTICE all future php errors will be hide/disable.