<?php echo '<pre>'; print_r($_POST['role']); echo '</pre>';. will results: Array ( [0] => a [3] => b [4] => c [7] => d ). But let say the index is in string ...
確定! 回上一頁