Forum Moderators: coopster
<form name=form1 method=post action=load_db.php>
<table align=center border=0 width=30>
<tr>
<td align=center>Type of Location:</td>
</tr>
<tr>
<td align=center><select name="new_type" type="text" id="new_type" size="1">
<option value="ATVing">ATVing</option>
<option value="Backpacking">Backpacking</option>
</td>
</tr>
<tr>
<td>
<input type=submit name=Submit value=Submit>
</td>
</tr>
</table>
</form>