入力データ一覧"; print "

first name 名: ".$pha1."

"; print "

middle name ミドルネーム: ".$pha2."

"; print "

last name 姓: ".$pha3."

"; print "

email Eメール: ".$email."

"; print "

phone 電話番号: ".$phone."

"; print "

passport number 旅券番号: ".$passportN."

"; print "

check-in チェックイン日時: ".$checkinD." ".$checkinH."

"; print "

check-out チェックアウト日: ".$checkoutD."

"; print "

the number of guests 人数: ".$persons."

"; print "

the number of children 子供数: ".$children."

"; print "

the number of rooms 部屋数: ".$rooms."

"; print "

breakfast 朝食: ".$breakfast."

"; if(isset($_POST['optbox']) && is_array($_POST['optbox'])){ print "

stay for 滞在目的: "; foreach($_POST['optbox'] as $value){ $str .= $value.","; } print $str."

"; } print "

requests 希望事項: ".$requests."

"; }else{ print "

入力していない項目がある.

"; } ?>