For the HTML drop down menu, you can get an idea on how to make one by looking at the HTML souce of a webpage containing a drop down menu. There will be a SELECT tag with a name attribute that holds a variable name. That variable name will become a PHP variable containing the OPTION tag value and will need to cleaned in the PHP file before you use it for anything. There is an article
here on how to clean variables.