Cookies Conquered

Added ‘Control Panel‘, using cookies to control appearance of the web page.

Learned that setcookie command must be used before any html tag, even before the head tag. Cookies set on a page cannot be used on that page, since the page has already been rendered. However, if you use a variable to set the cookie, you can use the variable on the current page.

Leave a Reply