<TR>
<TD bgcolor="#CCCCCC" class="myinputstyle" size=16 >Cidade:</TD>
<TD>
<select name="cidades" >
<option value=""></option>
<option value="sp">São Paulo</option>
<option value="ca">Curitiba</option>
<option value="fs">Florianopolis</option>
</select>
<INPUT type=text name="cidades" size="16" class="myinputstyle">
</TD>
<TD bgcolor="#EBEBEB" >
</TD>
This code sends the chosen option of the combobox but the value is not saved in the database, if I do not use the combobox the value is sent normally the problem only happens when I use the combobox where is the error?