What´s wrong with this? I do not get the checked value to skip statements if I select value "customer"
<?
if($option==""){echo("Please, go back and select a check out option");}
elseif($option="first_time"){echo("first time user");}
elseif($option="customer"){echo("ok");}
?>
Thank you