Answers for "which function used to set a cookie in php?"

PHP
6

setcookie php

setcookie($cookiename, $cookievalue, time() + (86400 * 30), "/"); // 86400 = 1 day
Posted by: Guest on August-18-2020

Code answers related to "which function used to set a cookie in php?"

Browse Popular Code Answers by Language