is there any way to stop error messages on an entire page without putting @ everywhere... thank you Travis Harris
error_reporting(1);
please not that this will stop all error messages, so don't turn this thing on when trying to debug. also note that if a problem occurs, you won't get any output on what the problem was that occured.
Sure, just write good code.