- index.dwt:
Código HTML:
<img src="cat.php" width="22" height="15" hspace="10" vspace="25" border="0"/>
-cat.php
Código PHP:
<?php
session_start();
$set = $_GET['cat'];
header ("Location:../imatges/cat.png");
?>
I el problema es que no funciona i no le veo el error, puede k este mal planteado i k lo que intento hacer no se haga asi?
Gracias