php form i.e 7 submit

greetings,
i have a php page with a few drop downs and a submit button. The submit button does nothing when clicked in i.e.7, although chrome, firefox, new versions of i.e. it works fine. Is there anything i can do to fix this problem?

this my php:

[PHP]<?
if ( isset($_POST[“menu”]) and !isset($_POST[“menufc”]) and ($_POST[“date”]) ){
header(“Location: http://” . $_POST[“menu”] . $_POST[“date”] . “.html”);
}elseif(!isset($_POST[“menu”]) and isset($_POST[“menufc”]) and ($_POST[“date”])){
header(“Location: http://” . $_POST[“menufc”] . $_POST[“date”] . “.html”);
}else{
echo “”;
}
?>
[/PHP]

this is my form:

[HTML]
DIR

Toronto Toronto Toronto

Date

><? echo $TODAY ?> [/HTML]
Sponsor our Newsletter | Privacy Policy | Terms of Service