Wikipedia para siempre
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

1 <html>2  <head>3  </head>4  <body>5  <table border="1">6  <?php7  include "conexion.php";8  $i=0;9  $sql="select * from producto";10  $resultado=mysql_query($sql);11  while($row=mysql_fetch_array($resultado))12  {13  echo "<tr>";14  echo "<td><img src='$row[enlace]' height='300' with='300'> <br> $row[precio] $row[producto]</td>"; 15  echo "</tr>"; 16  }17  ?>18  </table>19  </body>20 </html>
Enlace
El enlace para compartir es: