forumnz Posted January 18, 2007 Share Posted January 18, 2007 ignore errors even if errors are there? Like it doesnt display them? Link to comment https://forums.phpfreaks.com/topic/34787-whats-the-little-code-that-makes-the-browser/ Share on other sites More sharing options...
tarun Posted January 18, 2007 Share Posted January 18, 2007 do you mean like this@include("example.php") Link to comment https://forums.phpfreaks.com/topic/34787-whats-the-little-code-that-makes-the-browser/#findComment-163959 Share on other sites More sharing options...
forumnz Posted January 18, 2007 Author Share Posted January 18, 2007 Nope. If there are errors, the browser wont display them. Link to comment https://forums.phpfreaks.com/topic/34787-whats-the-little-code-that-makes-the-browser/#findComment-163962 Share on other sites More sharing options...
Hypnos Posted January 18, 2007 Share Posted January 18, 2007 Change the php.ini file settings on error reporting. If you just want to turn off error/warnings for a specific function, put an @ in front of it. Link to comment https://forums.phpfreaks.com/topic/34787-whats-the-little-code-that-makes-the-browser/#findComment-163964 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.