Saiyine
Punto Com

Control de errores con PHP y mysqli

2016-09-15 22:18:44

Vaya código interesante, que voy a plagiar en breve, me he encontrado en stackoverflow:

$mysqli = new mysqli('localhost', 'root', '1234');
$q = "UPDATE foo SET bar=1";
($stmt = $mysqli->prepare($q)) or trigger_error($mysqli->error, E_USER_ERROR);
$stmt->execute() or trigger_error($statement->error, E_USER_ERROR);

Oneliners para controlar los errores en los accesos a mysql desde php. Por favor, no le digáis a nadie mi contraseña.

Aunque hecho en falta el bind... cuando lo tenga que usar, actualizo.

Rollos antiguos

2016-09-15 21:57:00 - Dealing with 'output is not a tty'.

2016-09-13 20:50:28 - Securizandome.

2016-09-10 22:20:20 - FrutitasPI.

2016-09-07 18:43:00 - Si te gustan tanto las expresiones regulares, ¿porqué no te casas con ellas?.

2016-09-06 19:58:00 - Comprimiendo Tars.

Saiyine

Selfie of meHi! Welcome to Saiyine Punto Com where I talk about anything that goes through my mind!

Puedo prometer y prometo que a la mayor brevedad aquí irá un menú o algo asín.