![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/09/2006, 08:18
|
| | Fecha de Ingreso: enero-2003 Ubicación: Caracas
Mensajes: 439
Antigüedad: 22 años Puntos: 0 | |
esto es lo que hago
<IFRAME scrolling="NO" style="position:absolute; width:140px; height:134px; left: 645px; top: 288px;" src="foto.php?foto=<? echo $fila->foto; ?>" frameBorder=0></IFRAME>
//************************************************** *****
<?
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Fecha en el pasado
?>
<img src="fotos/atletas/DISTRITO CAPITAL/ajedrez/<? echo $_GET["foto"]; ?>" width="114" height="114" class="foto">
//************************************************** ****** |