PHP Session et Cookies: Créer un Cookie

Author:
 
<?php 
 
  echo( "Cookie created? : " . setcookie("cookie_name", "cookie_data" ) ); 
 
?>
 
<html>
 
 <head>
  <title>Cookie</title>
 </head>
 
 <body>
 
 </body>
 
</html>
  
  

Leave a Reply

Your email address will not be published. Required fields are marked *


three + = 12