Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/04/2011, 15:26
Avatar de luis010182
luis010182
 
Fecha de Ingreso: julio-2009
Ubicación: Argentina - Capital Federal
Mensajes: 382
Antigüedad: 14 años, 10 meses
Puntos: 27
Respuesta: Mostrar resultados horizontalmente

Código PHP:
   while($row mysql_fetch_array($result)) { 
       
$id $row["ID"]; 
    echo 
"<tr><td><a href='prueba2.php?id=".$id."'><img src='images/image.png.png' border='0'></a></td></tr>" 
   }