Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/08/2007, 08:58
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
Re: Unable to jump to row 0..

Prueba en tus mysql_query, agregar al final or die( mysql_error() );

Algo asi:
Código PHP:
mysql_query"SELECT ... " ) or die( mysql_error() ); 
Asi puedes ver si te esta marcando un error.

Saludos.