Building a PHP Style Switcher
(Page 1 of 2 )
Have you ever wanted your visitors to be able to change the style of your web page on the fly? In this article Martin shows us his way to do exactly that!Have you ever wanted to separate the content of your web site from its presentation, and let your visitors choose a color scheme all at the same time? If you do then I’ve got a solution for you.
Today we will look at how to build a style switcher in PHP. You will need basic PHP knowledge and you should also have some idea about sessions, because we will be using them to hold user preferences for our switcher.
Next: Configuration >>
More PHP Articles
More By Martin Tsachev