Salut,
Essaie plutôt comme ça :
<form action="index.php" method="post">
<input type="hidden" value="1" name="theme">
<input type="image" src="images/ban.jpg" width="350" height="40" border="0">
</form>
$theme1 = $_POST['theme'];
echo '<h1>'.$theme1.'</h1>';
Ca marche ?


