John W. Holmes wrote: >>I have a form, the action is PHP_SELF. When the form is submitted it >>prints the info lower on the page. The problem, the errors for the > > empty > >>fields are printed until the form is submitted. What would be the best >>way of suppressing these error? > > > The best way to suppress your errors is to fix them. :) > > Or you can work around it by using the error_reporting() function. > > ---John Holmes... > >
They are not really errors they are reporting that the form fields are empty until the form is submitted. Notice: Undefined index: Gary -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php