QUOTE (notooth @ Apr 23 2005, 10:00 AM)
hosting package that never shows any error on my webpages (just showing a blank page when there was an error.) I like that feature.
You are probably talking of server error messages (as in 404, 403, 500, etc.)
In that case, just use errordocument directives in a .htaccess file.
The other possibility has to be fixing the bugs, as suppressing errors that the script is not running properly is simply illogical (and not possible, probably). It either works, or it doesn't - there's no intermediate state - under unchanged server conditions, there's no reason why a visitor should suddenly face an error!