only one Posted April 19, 2007 Share Posted April 19, 2007 is there a way to stop showing errors without useing @ before the function? i dont want to edit my ini file because i still want the errors to show for when im making new stuff Link to comment https://forums.phpfreaks.com/topic/47757-stop-showing-errors/ Share on other sites More sharing options...
flappy_warbucks Posted April 19, 2007 Share Posted April 19, 2007 error_reporting(0); that will stop all errors you have to put it on all the pages tho Link to comment https://forums.phpfreaks.com/topic/47757-stop-showing-errors/#findComment-233261 Share on other sites More sharing options...
trq Posted April 19, 2007 Share Posted April 19, 2007 <?php ini_set('display_errors','0'); ?> Link to comment https://forums.phpfreaks.com/topic/47757-stop-showing-errors/#findComment-233264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.