I have a select-and-go list as part of my order form. Here is the code for it:
- Code: Select all
<select name="selectpoemtype">
<option orderfourline="">4 Line Poem/$15</option>
<option ordereightline="">8 Line Poem/$25</option>
<option ordertwelveline="">12 Line Poem/$40</option>
<option ordersixteenline="">16 Line Poem/$50</option>
<option ordertwentyline="">20 Line Poem/$75</option>
</select>
How do I enter these options into my phpmyadmin table? What would I enter into "column" and "type" and so on?
Thank you,
Randy[/img]