Solution: You can check for duplicate values by just making an array.$unique = array();foreach($_POST['variable'] as $value) { if ...
確定! 回上一頁