I am making an HTML form. I want the results to appear in the PHP script.
Assuming you've fixed the syntax errors (you've closed the select box before the name attribute), you're using the same name for the select box as the submit button. Give the select box a different name.