Posts by DFAAnalyst • 11 points
1 post
-
1
votes2
answers145
viewsA: avoid error logging with mysql connection
Good morning! If you want to ignore only the error of this function, try using the @ together: @mysqli_connect($ip_bd_mysql, $login_bd_mysql, $senha_bd_mysql, $banco); Abs…