Forum: HTML and CSS May 7th, 2003 |
| Replies: 7 Views: 4,771 if you're going to use PHP for this without any backend DB support (ie mysql, or postgrep) you can use something like
// Set it all up
$cookie_name = 'cookiename'; // Name the cookie
$css =... |