$sql = "insert into subject Set sub_id='$subid' , sub_name='$subname' ";
switch ($section){
case "01"
$sql = "insert into section Set sub_id='$subid' ,section='01' ";
break;
case "02"
$sql = "insert into section Set sub_id='$subid' ,section='01' ";
$sql = "insert into section Set sub_id='$subid' ,section='02' ";
break;
case "03":
$sql = "insert into section Set sub_id='$subid' ,section='01' ";
$sql = "insert into section Set sub_id='$subid' ,section='02' ";
$sql = "insert into section Set sub_id='$subid' ,section='03' ";
break;
}
ที่ผมทำแบบนี้ มันจะเพิ่มแค่อันเดียวอะครับคือ อันหลังสุด เวลาเลือก ออฟชั่น 03
จะได้แค่
english 03