sql >> Base de Datos >  >> RDS >> Mysql

Manejo de errores PHP MySQL

¿Qué tal:

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


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