|    
			
				17/11/2002, 04:50
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: enero-2002 Ubicación: Catalunya 
						Mensajes: 6.459
					 Antigüedad: 23 años, 9 meses Puntos: 17 |  | 
  |  echo "<table>";while ($row = mysql_fetch_row($result)){
 echo "<td><a href="pagina.php?id=$row[0]>$row[1]</a></td>";
 }
 echo "</table>";
     |