j'ai un pb pour récupére le lien sur le quel on click ! pour ca j'ai utlise une fonction
mais j'ai un pb avec alor help svp
<?
function ret() {
global $retourLien;
switch ($retourLien)
{
case '1':
$retourLien='http://1';
break;
case '2':
$retourLien='http://2';
break;
case '3':
$retourLien='http://3';
break;
case '4':
$retourLien='http:4//';
break;
return $retourLien;
}
}
$retourImg = $WEBROOT.$REP["IMAGE"].'mon_image.gif';
printf('<a href="%s"> <img src="%s"></a>', $retourLien, $retourImg);
?>