1. let say my table in MySQL have a column call NUMBER. In this column it would be value 1,2,3. Now i want to make the 1,2,3 as option to user to choose.
what the code should be?
2. is it this code is right?
<Select NAME="field2">
<Option VALUE='NUMBER'> 1</Option>
<Option VALUE='NUMBER>2 </Option>
</Select>
what the code should be?
2. is it this code is right?
<Select NAME="field2">
<Option VALUE='NUMBER'> 1</Option>
<Option VALUE='NUMBER>2 </Option>
</Select>
Comment