Houston, we have a problem.

PHP Cookies



The setcookie() function is used to set a cookie.
Note: The setcookie() function must appear BEFORE the tag.

setcookie(name, value, expire, path, domain);





@темы: PHP, PHP Cookies