I have a drop down box with options in it. When I click an option and submit, it always plays this if statement no matter what I select. I even have an if statement for $emails equaling something else and it works when its selected, but it also executes this if->
if ($submit AND $emails == "--DBL Administration--"){
//stuff happenes here
}
It works selecting all the other options but it always does that one with them. I don't understand why?