Hi, can you help me.. how to save value multiple dropdown
<select name="s1" id="s1" multiple="multiple">
<?php $sql=mysql_query("select * from setting_mp ORDER BY id_tingkat ASC");
while ($data=mysql_fetch_array($sql)){
echo "<option value=$data[id_mp]> $data[pelajaran]</option>";
} ?></select>
I wish if there are three values, then everything will go in the field
i want enter here :
table name = dbname
field name = id (autoincreament) and id_mp