I have an selectbox list Is it possible to select multiple option:
Replace your select tag with this:
If you want to get the array, you can do it like this:
$data = $_POST['access_list']; print_r($data);