store multiple select option into a PHP array

前端 未结 3 1666
北海茫月
北海茫月 2020-12-10 05:58

I have an selectbox list Is it possible to select multiple option:


If you want to get the array, you can do it like this:

$data = $_POST['access_list'];
print_r($data);

提交回复
热议问题