I have a piece of code that inserts a record in the persona (id_persona, apellidos, nombres) table, I'm using MySQLi and PHP5 and I have the following:
$query="CALL persona('".$nombres."','".$apellidos."')";
$mysqli->query($query);
$...
asked by
28.12.2015 / 06:22