PHP Cookies

In Php, Cookies are a mechanism for storing data in the remote browser and identifying return users. You can set cookies using the setcookie().

Code :