![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/11/2008, 22:11
|
| | Fecha de Ingreso: octubre-2008
Mensajes: 102
Antigüedad: 16 años, 3 meses Puntos: 0 | |
Respuesta: Duda :s con codigo php pos hace
(Aqui TOMAMOS el id)
<a href="rec_rep.php?id=<?php strip_tags($damefila->idfoto)?>"><img border="0" src="fotos/<?echo strip_tags($damefila->foto_grande)?>" width="165" height="126" /></a>
y luego en rec_rep.php
hacemos
$id=$_GET['id'];
consulta bla bla, select ...where id='" .$id. "'
y sacamos lso datos? :S |