if(isset($_POST['terms'])){ //An array containing the radio input values that are allowed $allowedAnswers = array('yes', 'no'); //The radio button value that ...
確定! 回上一頁