Page 1 of 1

Multiple Styles

Posted: Wed Jul 13, 2011 12:36 pm
by Pazuzu156
I want to make more than one style for a website, and allow the users to select the style of there choice, how would i do this using php to apply the style then cache it?

Re: Multiple Styles

Posted: Thu Jul 14, 2011 9:49 am
by social_experiment
Set a cookie and let a function check for the cookie and use the value from the cookie

Re: Multiple Styles

Posted: Thu Jul 14, 2011 10:35 am
by Pazuzu156
Good idea. Thanks.