<?php include("haut.php"); ?><?php if (isset($_COOKIE['pseudo']));{?><a href=news.php >Entrer</a><?php}else{?><p>Pour entrer indique ton nom:</p><form action="news.php" method="post"><p><input type="text" name="prenom" /> <input type="submit" value="Entrer" /></p></form><?php};?><?php include("bas.php"); ?>