Mysql
 sql >> Database >  >> RDS >> Mysql

Gestione degli errori PHP MySQL

Che ne dici di:

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


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