Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/04/2006, 12:33
federicoizuel
 
Fecha de Ingreso: noviembre-2005
Mensajes: 112
Antigüedad: 18 años, 5 meses
Puntos: 2
No se como sera bien lo que necesitas, pero yo haría una cosa así, un poco m´sa simple:
Código PHP:
<?php 

include("conexion2.php");
$result mysql_query("SELECT * FROM precios ORDER BY id DESC LIMIT 0, 20",$db);

echo 
"<table align=center>"

for (
$i=1$row mysql_fetch_row ($result); $i++) { 
    echo 
"<tr><td>$row[1]</td><td>$row[1]</td></tr>";  


echo 
"</table>"
?>
__________________
PuertaX.Net