I have a stored procedure that stores data in the db, and I want to know if there is any function to get that record that is saved in the database.
$sql = "CALL registrar(?,?,?,?,?,?,?)";
$stm = $this->db->prepare($sql);
$stm->bindPar...
asked by
01.08.2018 / 16:09