Which of the following correctly describe the use of cookies in PHP? code example
Example 1: retrieving a cookie in php
$cookiename = $_COOKIE['COOKIE ID']
Example 2: cookies php syntax
setcookie("cookie_name", "type_on_cookie", expiry_time(), "/");