I am using theme on a website which has frames. The only way i can think of to get all the pages to change is to use cookies which store the value of the theme and is wrote to everytime the theme is changes. All i need is somthing in the cookie eg.
$theme = "standard"
I am very new to cookies and have no idea how to get the cookie to keep this value and be re-wrote every time the theme is changed.
Please could someone show me how to code the the page so it write the value of the the variable $theme to a cookie and the code that will read the data from the cookie.