c_pattle Posted June 10, 2010 Share Posted June 10, 2010 Hi does anyone know if there is a way to hide all errors that are printed to the screen when a php script is run? Link to comment https://forums.phpfreaks.com/topic/204404-hiding-errors/ Share on other sites More sharing options...
Alex Posted June 10, 2010 Share Posted June 10, 2010 ini_set('display_errors', 0); Link to comment https://forums.phpfreaks.com/topic/204404-hiding-errors/#findComment-1070390 Share on other sites More sharing options...
c_pattle Posted June 10, 2010 Author Share Posted June 10, 2010 Thanks! Link to comment https://forums.phpfreaks.com/topic/204404-hiding-errors/#findComment-1070394 Share on other sites More sharing options...
mrMarcus Posted June 10, 2010 Share Posted June 10, 2010 Another way to hide errors is to fix them. Link to comment https://forums.phpfreaks.com/topic/204404-hiding-errors/#findComment-1070395 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.