Posted by Ace on 12/29/06 06:54
Dear all
I have use DW making a PHP site and has set a multiple selection
field..But I don't know how to write the SQL statement to database like
<select name="support[]" size="3" multiple="multiple" id="support">
<option value="1">Apple</option>
<option value="2">Orange</option>
<option value="3">Banana</option>
<option value="4">Watermelon</option>
</select>
If I choose 1 & 4, my database table will capture to array..I want the
DB can be caapture the 1,4, please teach me how to do this.(I know
array is a vars but i don't know how to write the statement)
BTW..If I would like recall this field to display. how to do it
Many thanks again
Ace
Navigation:
[Reply to this message]
|