- <?php
- require "clases\dbconexion.php";
- $objeto = new dbconexion();
- $rs = $objeto->procedimiento("call sp_vista_ciudad();");
- while($fila = $rs->fetch_assoc())
- {
- print_r($fila);
- }
- ?>
Author: Erik Blanco | Language: text |
Description: Not specified | Timestamp: 2013-05-24 03:25:25 +0000 |
View raw paste | Reply |
View raw paste | Reply |