Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/06/2007, 08:04
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: Cómo moverse al último registro seleccionado

Que base de datos usas? Si usas mysql tiene el comando mysql_data_seek, junto con mysql_num_rows te podrias mover al ultimo de esta forma:
Código PHP:
function mysql_last_result$result ) {
      
mysql_data_seek$resultmysql_num_rows() - );