ShaolinF Posted December 21, 2009 Share Posted December 21, 2009 Hi Guys Does anyone know how to disable PHP warnings ? Link to comment https://forums.phpfreaks.com/topic/185913-disable-php-warnings/ Share on other sites More sharing options...
premiso Posted December 21, 2009 Share Posted December 21, 2009 ini_set("display_errors", 0); Set the display_errors to off and it will stop errors from displaying. Link to comment https://forums.phpfreaks.com/topic/185913-disable-php-warnings/#findComment-981726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.