I just noticed my server has a connection problem with the mysql server.
How can I avoid that the mysql error warnings show up?
I tried:
if(!$db = mysql_connect("localhost", "user","pass")){
echo " bla bla";
}
However the error messages still show up?
Thanks,
Raoul