hi, I'm very new to PHP - can anybody help with my little experiment fun with multiple CSS stylesheets?
Basically, I trying to achieve this :
the web page has say, 5 style sheets to choose from, and the user can change to any one by clicking on any of the 5 links on the page eg.
<a href="change to stylesheet1">
The thing is I do not know how to set the variables up in PHP and also how to make the clicked link send cookies so that the following SSI pages would continue in the style of the last clicked stylesheet.
I have my stylesheet statement set like this already
<style type="text/css" media="all">@import "$style";</style>
is that right?