Basically I want to make a website that will require an admin to change the colour of a page using different stylesheets as he wish. I dont know how to go about this. So, I'm thinking a db operation would be best. Is that possible?
if ($color==red) {
$style == 'red.css'
}