Cookie created : setcookie « Cookie Session « PHP
- PHP
- Cookie Session
- setcookie
Cookie created
<?php
echo( "Cookie created? : " . setcookie("cookie_name", "cookie_data" ) );
?>
<html>
<head>
<title>Cookie</title>
</head>
<body>
</body>
</html>
Related examples in the same category