forumnz Posted February 18, 2007 Share Posted February 18, 2007 Anyone know? Link to comment https://forums.phpfreaks.com/topic/39001-solved-what-is-that-little-code-that-stops-errors-from-being-displayed/ Share on other sites More sharing options...
fert Posted February 18, 2007 Share Posted February 18, 2007 ini_set("display_errors","off"); Link to comment https://forums.phpfreaks.com/topic/39001-solved-what-is-that-little-code-that-stops-errors-from-being-displayed/#findComment-187763 Share on other sites More sharing options...
kenrbnsn Posted February 18, 2007 Share Posted February 18, 2007 The "@" symbol suppresses error messages when it's used before a statement or function call, but I wouldn't use it until a script is fully debugged. Ken Link to comment https://forums.phpfreaks.com/topic/39001-solved-what-is-that-little-code-that-stops-errors-from-being-displayed/#findComment-187764 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.