Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/10/2008, 21:12
neworks
 
Fecha de Ingreso: julio-2008
Mensajes: 350
Antigüedad: 15 años, 10 meses
Puntos: 4
Pregunta Problema con link...

QUE ESTA MAL AQUI??? ME TIRA ERROR...

Código PHP:
<?
if (file_exists("../".$_SESSION["usuario"]."/config/banner/banner.jpg")) {
    echo 
"<img src='../".$_SESSION["usuario"]."/config/banner/banner.jpg' width='80%' height='80%' />";
    echo 
"<a href='../a_scripts/borrarbanner.php?cuenta=$cuenta' >Borrar banner</a>";<br /><br />
} else {
    echo 
"Ninguna foto";
}
?>