View Single Post
Old 12-11-2008, 11:36 AM   #3 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

I am unsure about you question, I think we do need error handling, I think its important to be able to process any errors the script may produce in a controlled way instead of just farting out the fatal error to people, opening up a whole new pandoras box of problems including and not limited too: security problems and making your site look unprofessional.
Making your script fail gracefully very important, in my opinion.

Sorry if i have misunderstood.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote