Ver Mensaje Individual
  #9 (permalink)  
Antiguo 24/02/2012, 09:33
Avatar de CesarHC
CesarHC
 
Fecha de Ingreso: junio-2011
Ubicación: localhost
Mensajes: 566
Antigüedad: 12 años, 11 meses
Puntos: 56
Respuesta: enlace con imagenes en php

Creo que seria algo asi:

Código PHP:
Ver original
  1. <?php
  2. $foto_nombre= "ruta_imagen";
  3. echo "<a href=galeria.php?id=".$ida."><img scr='ruta_imagen'></a>";
  4. echo "<a herf=galeria.php?id=".$idb." title='siguiente'><img src=".$foto_nombre."></a>";
  5.  
  6. ?>
__________________
Solo la práctica no te traicionara ¡¡¡¡¡¡

Seguir el camino tu debes PHP The Right Way.