Guest_imported
New member
- Jan 1, 1970
- 0
I wish to produce a drop down box for states in a submit form but I keep getting parse errors. This is what I am currently using with no drop down box. Where do I place the "select" command? and then the "option" selections?
<tr>
<td valign=center align=center><font color=\"FFFFFF\" size=\"1\" face=\"arial\">State</font></td>
<td valign=center align=center><input TYPE=text maxlength=100 NAME=state VALUE=\"$service[state]\"></td>
Thanks
<tr>
<td valign=center align=center><font color=\"FFFFFF\" size=\"1\" face=\"arial\">State</font></td>
<td valign=center align=center><input TYPE=text maxlength=100 NAME=state VALUE=\"$service[state]\"></td>
Thanks