ShaolinF Posted December 21, 2009 Share Posted December 21, 2009 Hi Guys Does anyone know how to disable PHP warnings ? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/185913-disable-php-warnings/#findComment-981726 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.