if($id == "option1") {
// do this
}
else if($id == "option2") {
// do this
}
else if($id == "option3") {
// do this
}
else{
// do this
}

Leave a Reply

Your email address will not be published. Required fields are marked *