Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

withcookie function in php

//setcookie(name, value, expire, path, domain, security);
//understand first line and then implement the second one
setcookie($name, $value, 5, "/");
Source by riptutorial.com #
 
PREVIOUS NEXT
Tagged: #withcookie #function #php
ADD COMMENT
Topic
Name
6+9 =