![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/11/2011, 04:28
|
| | Fecha de Ingreso: octubre-2011
Mensajes: 129
Antigüedad: 13 años, 4 meses Puntos: 1 | |
Respuesta: mostrar imagen de la base de datos Lo he intentado poner asi pero no me sale ningun enlaze necesito que cada uno tenga su propia pagina :(
include 'db.inc.php';
$re=mysql_query("select * from galeria");
while($f=mysql_fetch_array($re)){
echo '<img src="verfoto.php?id='.$f['id'].'" width="100" heigth="100"><ahref='.$f['id'].'>';
} |