Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/08/2006, 08:07
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
Pues yo no conozco ninguna funcion que se llame _fetch_assoc() ni _close() ni asi, si estas usando mysqli tienes que usar las funciones de mysqli:
mysqli_fetch_assoc()
mysqli_fetch_row()
mysqli_close()

etc.