how to setcookie in php code example Example: setcookie php setcookie($cookiename, $cookievalue, time() + (86400 * 30), "/"); // 86400 = 1 day