Mysql
 sql >> Datenbank >  >> RDS >> Mysql

PHP MySQL-Fehlerbehandlung

Wie wäre es mit:

function customDie($location) {
    header('Location: ' . $location);
    exit();
}


mysql_query($sql) or customDie("/error");