error_reporting(0); @include('config.php'); @$conn = @mysqli_connect(DB_HOST, DB_USER, DB_PASS); @mysqli_query($conn, $sql) or die();