Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/12/2008, 15:26
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: problemas con mysqli_fetch_array y mysqli_stmt_fetch no me devuelve nada

Tienes que llamar a mysqli_next_result() para moverte al siguiente resultado de tu SP.

En esta pagina puedes ver un ejemplo: http://www.php.net/manual/es/mysqli.multi-query.php

Saludos.