nonprogrammer
Technical User
Hello, I am trying to put an option box on one of my forms, but I am having a very difficult time uploading the data to my db.
Code:
<select name="rank1"><option>
<option value="Knobs"> Knobs <option value="Handles"> Handles <option value="Cases"> Cases <option value="Plastic_Knobs"> Plastic Knobs <option value="Ball_Knobs"> Ball Knobs
</select>
I am not sure how to go about building the input part