Forum Moderators: coopster
you can test it's value in an if statement to switch the stylesheet
$mystyle = 'mainStyle.css';
if ($_GET['status'] == 'beta') {
$mystyle = 'style.css';
}
<link rel="stylesheet" type="text/css" href="/<?php echo $mystyle;?>" />
I made that stylesheet line up but the premise works