Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/11/2002, 04:50
Avatar de Cain
Cain
 
Fecha de Ingreso: enero-2002
Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 22 años, 4 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>";
__________________
M a l d i t o F r i k i