I am trying to make a mysql connection in a remote server, but I need that if the connection is not succesfull, PHP dont show the mysql_connect() E-warning.
I already change settings in php.ini, also I used the suppress operator (@) but unsucessfully.
Also, modify the App error configuration, but always shows a pop up with the warning.
How can I disable that???