Handling data from multiple select field

后端 未结 3 1980
眼角桃花
眼角桃花 2021-01-20 22:39

I have a multiple select field designed as below:











using this as your page.php

     
    
    
    
    prepare($sql);
    $q->execute(array(':h'=>$h));
    header("location: mypage.php?"); //redirect to a page after posting into    mytable
    ?>

提交回复
热议问题