Hi im trying to input a form into a php script. I wanna put it where it says maps played what i want it to do is make it a drop down menu to pick which map was played and when it is picked in the drop down when submitted that map is on the page its submitted to.
print <<<EOT
<td>Set Players: </td>
<td><input type="text" name="available" value="$c_available" size="40"> <em>(Optional)</em></td>
</tr>
<tr>
<td>Map(s): </td>
<td><input type="text" name="map" value="$c_map"></td>
</tr>
<tr>
<td>Players Per Team: </td>
<td><input type="text" name="players" value="$c_players" size="5"></td>
</tr>
<tr>