Cita:
Iniciado por _cx
prueba asi:
Código PHP:
<table>
<?php
$sql="SELECT * FROM registro WHERE fecha <= '2008-05-01";
$result=mysql_query($sql,$link);
$i=1;
while ($row= @mysql_fetch_array($result))
{
echo '<tr>'. $i."<td>".$row['nombre']."</td><td>"."registro"."</td><td>".$row['apellido']."</td><td>".$row['fecha'] .'</td>';
echo "</tr>";
$i++;
}
?>
</table>
eso es una tabla no un salto de linea XD, si no le funcion <br/> dudo que este le funcione