View Single Post
Old 03-20-2009, 10:46 AM   #9 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Instead of using the @ supression symbol, which Enfernikus stated is slow, you should display all errors when you're developing the script.
When the script is going "live", you should then use error_reporting(0) to remove all errormsg.
__________________
Tanax is offline  
Reply With Quote