Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/05/2006, 06:53
Yanka_17
 
Fecha de Ingreso: mayo-2006
Mensajes: 95
Antigüedad: 17 años, 11 meses
Puntos: 0
Estoy utilizando MySql

Les comento quiero hacer mas o menos:

<table width="500" border="1" cellspacing="0" cellpadding="0">
<?php
for($i=0 ; $i<10 ; $i++)
{
echo "<tr>";
for($j=0 ; $j<6 ; $j++)
{
echo "<td>".$row_RS_Car['marca']."</td>";
AQUI CODIGO PARA QU EME VAYA AL PROXIMO REGISTO
}
echo "</tr>";
}
?>
</table>

tambien me gustaria saber como preguntar si es el ultimo registro de la base de datos.

Saludos y gracias