Posted by samudas on 03/01/06 17:33
You can either append an "@" to the function, for example; @mysql_connect, or turn off error reporting for the whole script by adding these two lines to the top of your script. ini_set('display_errors', 0); error_reporting(0);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming