Ideally, you should fix the errors so they don't appear at all - but, if you have to disable errors from appearing...
error_reporting(0);
There are also options for this somewhere in PHP.ini
Perhaps post the code that is causing the errors, and someone might be able to help you with it...
Ta
Matt