SyntaxFix
Write A Post
Hire A Developer
Questions
You need to set a name on the <select> tag like so:
<select>
<select name="select_catalog" id="select_catalog">
You can get it in php with this:
$_POST['select_catalog'];