Mega Code Archive

 
Categories / Php / Cookie Session
 

Cookie created

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