Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/02/2006, 14:10
Avatar de mauled
mauled
 
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 2 meses
Puntos: 33
En el caso que uses php:

Código PHP:
<?php
$DATA
=mysql_quey("select * from rfc02 where 1 LIMIT 1501,1657");

while (
$rowmysql_fetch_array($DATA))
{
   echo 
"frc = "$row["frc"];
  echo 
"nombre = "$row["nombre"];
}
?>