Tema
:
Unable to jump to row 0..
Ver Mensaje Individual
#
2
(
permalink
)
09/08/2007, 08:58
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 7 meses
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.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV