HTMLify
Home
Log in
Register
Dashboard
Frames
API
cookies.php
Views: 58 | Author:
djdj
<?php
//Cookies
setcookie
(
'category'
,
'name'
,
time
()
+
86400
,
'/'
);
echo
'cookies is set'
;
?>
Share this file:
Copy
Short Link
View Raw
Download File
(102 B)
Embed Code
Clone
Comments
Comment