Web Cookie, Example with PHP

No cookies yet, lets try to bake one with PHP, using the code: setcookie("freshPHPCookie","mmmmmm cookie!"); which means the cookie name will be freshPHPCookie and the value will be mmmmmm cookie!!

The code tells the web browser to create a cookie, so refresh this page to see if it has worked! If you see this message again and again, something went wrong!!! Maybe your web browser doesn’t support cookies, or a firewall deleted it!