!お名前が未入力です"; } //引越予定日 if($_POST[YYYY]){ // if( (ereg("^[0-9]*$",$_POST[YYYY]))&&(4 == strlen($_POST[YYYY]))&&(2004 <= $_POST[YYYY])&&(2010 >= $_POST[YYYY]) ){ if( (ereg("^[0-9]*$",$_POST[YYYY]))&&(4 == strlen($_POST[YYYY]))&&(2010 <= $_POST[YYYY]) ){ $strYYYY = htmlspecialchars($_POST[YYYY], REPLACE_FLAGS, CHARSET); $errYotei .= ""; } else{ $strYYYY = ""; $errCheck = 1; $errYotei .= "!年が半角または適正な年ではありません
"; } } else{ $strYYYY = ""; $errCheck = 1; $errYotei .= "!年が未入力です
"; } if($_POST[MM]){ if( (ereg("^[0-9]*$",$_POST[MM]))&&(2 >= strlen($_POST[MM]))&&(1 <= $_POST[MM])&&(12 >= $_POST[MM]) ){ $strMM = htmlspecialchars($_POST[MM], REPLACE_FLAGS, CHARSET); $errYotei .= ""; } else{ $strMM = ""; $errCheck = 1; $errYotei .= "!月が半角または適正な月ではありません
"; } } else{ $strMM = ""; $errCheck = 1; $errYotei .= "!月が未入力です
"; } if($_POST[DD]){ if( (ereg("^[0-9]*$",$_POST[DD]))&&(2 >= strlen($_POST[DD]))&&(1 <= $_POST[DD])&&(31 >= $_POST[DD]) ){ $strDD = htmlspecialchars($_POST[DD], REPLACE_FLAGS, CHARSET); $errYotei .= ""; } else{ $strDD = ""; $errCheck = 1; $errYotei .= "!日が半角または適正な日ではありません
"; } } else{ $strDD = ""; $errCheck = 1; $errYotei .= "!日が未入力です
"; } //電話番号 if($_POST[Phone_1]){ if( ereg("^[0-9]*$",$_POST[Phone_1]) ){ $strPhone_1 = htmlspecialchars($_POST[Phone_1], REPLACE_FLAGS, CHARSET); $errPhone .= ""; } else{ $strPhone_1 = ""; $errCheck = 1; $errPhone .= "!市外局番が半角ではありません
"; } } else{ $strPhone_1 = ""; $errCheck = 1; $errPhone .= "!市外局番が未入力です
"; } if($_POST[Phone_2]){ if( ereg("^[0-9]*$",$_POST[Phone_2]) ){ $strPhone_2 = htmlspecialchars($_POST[Phone_2], REPLACE_FLAGS, CHARSET); $errPhone .= ""; } else{ $strPhone_2 = ""; $errCheck = 1; $errPhone .= "!局番が半角ではありません
"; } } else{ $strPhone_2 = ""; $errCheck = 1; $errPhone .= "!局番が未入力です
"; } if($_POST[Phone_3]){ if( ereg("^[0-9]*$",$_POST[Phone_3]) ){ $strPhone_3 = htmlspecialchars($_POST[Phone_3], REPLACE_FLAGS, CHARSET); $errPhone .= ""; } else{ $strPhone_3 = ""; $errCheck = 1; $errPhone .= "!番号が半角ではありません
"; } } else{ $strPhone_3 = ""; $errCheck = 1; $errPhone .= "!番号が未入力です
"; } //その他連絡先 if($_POST[OtherPhone_1]){ if( ereg("^[0-9]*$",$_POST[OtherPhone_1]) ){ $strOtherPhone_1 = htmlspecialchars($_POST[OtherPhone_1], REPLACE_FLAGS, CHARSET); $errOtherPhone .= ""; } else{ $strOtherPhone_1 = ""; $errCheck = 1; $errOtherPhone .= "!市外局番が半角ではありません
"; } } else{ $strOtherPhone_1 = ""; $errCheck = 1; $errOtherPhone .= "!市外局番が未入力です
"; } if($_POST[OtherPhone_2]){ if( ereg("^[0-9]*$",$_POST[OtherPhone_2]) ){ $strOtherPhone_2 = htmlspecialchars($_POST[OtherPhone_2], REPLACE_FLAGS, CHARSET); $errOtherPhone .= ""; } else{ $strOtherPhone_2 = ""; $errCheck = 1; $errOtherPhone .= "!局番が半角ではありません
"; } } else{ $strOtherPhone_2 = ""; $errCheck = 1; $errOtherPhone .= "!局番が未入力です
"; } if($_POST[OtherPhone_3]){ if( ereg("^[0-9]*$",$_POST[OtherPhone_3]) ){ $strOtherPhone_3 = htmlspecialchars($_POST[OtherPhone_3], REPLACE_FLAGS, CHARSET); $errOtherPhone .= ""; } else{ $strOtherPhone_3 = ""; $errCheck = 1; $errOtherPhone .= "!番号が半角ではありません
"; } } else{ $strOtherPhone_3 = ""; $errCheck = 1; $errOtherPhone .= "!番号が未入力です
"; } //メールアドレス if($_POST[Email]){ if( "able" == mailCheck($_POST[Email]) ){ $strEmail = htmlspecialchars($_POST[Email], REPLACE_FLAGS, CHARSET); $errEmail .= ""; } else{ $strEmail = ""; $errCheck = 1; $errEmail .= "!emailが形式に沿っていません
"; } } else{ $strEmail = ""; $errCheck = 1; $errEmail .= "!emailが未入力です
"; } //現住所 if($_POST[AdressTxt]){ $strAdressTxt = htmlspecialchars($_POST[AdressTxt], REPLACE_FLAGS, CHARSET); $errAdressTxt .= ""; } else{ $strAdressTxt = ""; $errCheck = 1; $errAdressTxt .= "!現住所が未入力です
"; } if($_POST[Adress] == "東京都"){$selectedAdress1 = "selected";} if($_POST[Adress] == "埼玉県"){$selectedAdress2 = "selected";} if($_POST[Adress] == "神奈川県"){$selectedAdress3 = "selected";} if($_POST[Adress] == "千葉県"){$selectedAdress4 = "selected";} //引越先住所 if($_POST[GoAdressTxt]){ $strGoAdressTxt = htmlspecialchars($_POST[GoAdressTxt], REPLACE_FLAGS, CHARSET); $errGoAdressTxt .= ""; } else{ $strGoAdressTxt = ""; $errCheck = 1; $errGoAdressTxt .= "!現住所が未入力です
"; } if($_POST[GoAdress] == "北海道"){$selectedGoAdress1 = "selected";} if($_POST[GoAdress] == "青森県"){$selectedGoAdress2 = "selected";} if($_POST[GoAdress] == "岩手県"){$selectedGoAdress3 = "selected";} if($_POST[GoAdress] == "秋田県"){$selectedGoAdress4 = "selected";} if($_POST[GoAdress] == "山形県"){$selectedGoAdress5 = "selected";} if($_POST[GoAdress] == "宮城県"){$selectedGoAdress6 = "selected";} if($_POST[GoAdress] == "福島県"){$selectedGoAdress7 = "selected";} if($_POST[GoAdress] == "茨城県"){$selectedGoAdress8 = "selected";} if($_POST[GoAdress] == "栃木県"){$selectedGoAdress9 = "selected";} if($_POST[GoAdress] == "群馬県"){$selectedGoAdress10 = "selected";} if($_POST[GoAdress] == "埼玉県"){$selectedGoAdress11 = "selected";} if($_POST[GoAdress] == "千葉県"){$selectedGoAdress12 = "selected";} if($_POST[GoAdress] == "東京都"){$selectedGoAdress13 = "selected";} if($_POST[GoAdress] == "神奈川県"){$selectedGoAdress14 = "selected";} if($_POST[GoAdress] == "山梨県"){$selectedGoAdress15 = "selected";} if($_POST[GoAdress] == "静岡県"){$selectedGoAdress16 = "selected";} if($_POST[GoAdress] == "愛知県"){$selectedGoAdress17 = "selected";} if($_POST[GoAdress] == "岐阜県"){$selectedGoAdress18 = "selected";} if($_POST[GoAdress] == "新潟県"){$selectedGoAdress19 = "selected";} if($_POST[GoAdress] == "長野県"){$selectedGoAdress20 = "selected";} if($_POST[GoAdress] == "富山県"){$selectedGoAdress21 = "selected";} if($_POST[GoAdress] == "石川県"){$selectedGoAdress22 = "selected";} if($_POST[GoAdress] == "福井県"){$selectedGoAdress23 = "selected";} if($_POST[GoAdress] == "滋賀県"){$selectedGoAdress24 = "selected";} if($_POST[GoAdress] == "京都府"){$selectedGoAdress25 = "selected";} if($_POST[GoAdress] == "三重県"){$selectedGoAdress26 = "selected";} if($_POST[GoAdress] == "奈良県"){$selectedGoAdress27 = "selected";} if($_POST[GoAdress] == "大阪府"){$selectedGoAdress28 = "selected";} if($_POST[GoAdress] == "和歌山県"){$selectedGoAdress29 = "selected";} if($_POST[GoAdress] == "兵庫県"){$selectedGoAdress30 = "selected";} if($_POST[GoAdress] == "鳥取県"){$selectedGoAdress31 = "selected";} if($_POST[GoAdress] == "島根県"){$selectedGoAdress32 = "selected";} if($_POST[GoAdress] == "岡山県"){$selectedGoAdress33 = "selected";} if($_POST[GoAdress] == "広島県"){$selectedGoAdress34 = "selected";} if($_POST[GoAdress] == "山口県"){$selectedGoAdress35 = "selected";} if($_POST[GoAdress] == "香川県"){$selectedGoAdress35 = "selected";} if($_POST[GoAdress] == "徳島県"){$selectedGoAdress37 = "selected";} if($_POST[GoAdress] == "高知県"){$selectedGoAdress38 = "selected";} if($_POST[GoAdress] == "愛媛県"){$selectedGoAdress39 = "selected";} if($_POST[GoAdress] == "福岡県"){$selectedGoAdress40 = "selected";} if($_POST[GoAdress] == "佐賀県"){$selectedGoAdress41 = "selected";} if($_POST[GoAdress] == "長崎県"){$selectedGoAdress42 = "selected";} if($_POST[GoAdress] == "熊本県"){$selectedGoAdress43 = "selected";} if($_POST[GoAdress] == "大分県"){$selectedGoAdress44 = "selected";} if($_POST[GoAdress] == "宮崎県"){$selectedGoAdress45 = "selected";} if($_POST[GoAdress] == "鹿児島県"){$selectedGoAdress46 = "selected";} if($_POST[GoAdress] == "沖縄県"){$selectedGoAdress47 = "selected";} //現人数 if($_POST[HumanAmount]){ $strHumanAmount = htmlspecialchars($_POST[HumanAmount], REPLACE_FLAGS, CHARSET); $errHumanAmount .= ""; } else{ $strHumanAmount = ""; $errCheck = 1; $errHumanAmount .= "!現住所が未入力です
"; } //現部屋数 if($_POST[RoomAmount]){ $strRoomAmount = htmlspecialchars($_POST[RoomAmount], REPLACE_FLAGS, CHARSET); $errRoomAmount .= ""; } else{ $strRoomAmount = ""; $errCheck = 1; $errRoomAmount .= "!現住所が未入力です
"; } //下見希望 if($_POST[sYYYY]){ // if( (ereg("^[0-9]*$",$_POST[sYYYY]))&&(4 == strlen($_POST[sYYYY]))&&(2004 <= $_POST[sYYYY])&&(2010 >= $_POST[sYYYY]) ){ if( (ereg("^[0-9]*$",$_POST[YYYY]))&&(4 == strlen($_POST[YYYY]))&&(2010 <= $_POST[YYYY]) ){ $strsYYYY = htmlspecialchars($_POST[sYYYY], REPLACE_FLAGS, CHARSET); $errShitami .= ""; } else{ $strsYYYY = ""; $errCheck = 1; $errShitami .= "!年が半角または適正な年ではありません
"; } } else{ $strsYYYY = ""; $errCheck = 1; $errShitami .= "!年が未入力です
"; } if($_POST[sMM]){ if( (ereg("^[0-9]*$",$_POST[sMM]))&&(2 >= strlen($_POST[sMM]))&&(1 <= $_POST[sMM])&&(12 >= $_POST[sMM]) ){ $strsMM = htmlspecialchars($_POST[sMM], REPLACE_FLAGS, CHARSET); $errShitami .= ""; } else{ $strsMM = ""; $errCheck = 1; $errShitami .= "!月が半角または適正な月ではありません
"; } } else{ $strsMM = ""; $errCheck = 1; $errShitami .= "!月が未入力です
"; } if($_POST[sDD]){ if( (ereg("^[0-9]*$",$_POST[sDD]))&&(2 >= strlen($_POST[sDD]))&&(1 <= $_POST[sDD])&&(31 >= $_POST[sDD]) ){ $strsDD = htmlspecialchars($_POST[sDD], REPLACE_FLAGS, CHARSET); $errShitami .= ""; } else{ $strsDD = ""; $errCheck = 1; $errShitami .= "!日が半角または適正な日ではありません
"; } } else{ $strsDD = ""; $errCheck = 1; $errShitami .= "!日が未入力です
"; } if($_POST[sHourStart]){ if( (ereg("^[0-9]*$",$_POST[sHourStart]))&&(0 <= $_POST[sHourStart])&&(23 >= $_POST[sHourStart]) ){ $strsHourStart = htmlspecialchars($_POST[sHourStart], REPLACE_FLAGS, CHARSET); $errShitami .= ""; } else{ $strsHourStart = ""; $errCheck = 1; $errShitami .= "!開始時間が半角または適正な時刻ではありません
"; } } else{ $strsHourStart = ""; $errCheck = 1; $errShitami .= "!開始時間が未入力です
"; } if($_POST[sHourEnd]){ if( (ereg("^[0-9]*$",$_POST[sHourEnd]))&&(0 <= $_POST[sHourEnd])&&(23 >= $_POST[sHourEnd]) ){ $strsHourEnd = htmlspecialchars($_POST[sHourEnd], REPLACE_FLAGS, CHARSET); $errShitami .= ""; } else{ $strsHourEnd = ""; $errCheck = 1; $errShitami .= "!終了時間が半角または適正な時刻ではありません
"; } } else{ $strsHourEnd = ""; $errCheck = 1; $errShitami .= "!終了時間が未入力です
"; } //連絡希望時間 if($_POST[telHourStart]){ if( (ereg("^[0-9]*$",$_POST[telHourStart]))&&(0 <= $_POST[telHourStart])&&(23 >= $_POST[telHourStart]) ){ $strtelHourStart = htmlspecialchars($_POST[telHourStart], REPLACE_FLAGS, CHARSET); $errTel .= ""; } else{ $strtelHourStart = ""; $errCheck = 1; $errTel .= "!希望時間(開始)が半角または適正な時刻ではありません
"; } } else{ $strtelHourStart = ""; $errCheck = 1; $errTel .= "!希望時間(開始)が未入力です
"; } if($_POST[telHourEnd]){ if( (ereg("^[0-9]*$",$_POST[telHourEnd]))&&(0 <= $_POST[telHourEnd])&&(23 >= $_POST[telHourEnd]) ){ $strtelHourEnd = htmlspecialchars($_POST[telHourEnd], REPLACE_FLAGS, CHARSET); $errTel .= ""; } else{ $strtelHourEnd = ""; $errCheck = 1; $errTel .= "!希望時間(終了)が半角または適正な時刻ではありません
"; } } else{ $strtelHourEnd = ""; $errCheck = 1; $errTel .= "!希望時間(終了)が未入力です
"; } /* アンケート部分 */ //検索エンジングループ if($_POST[Engine] == "Yahoo!"){$selectedEngine1 = "selected";} if($_POST[Engine] == "NTT DIRECTRY"){$selectedEngine2 = "selected";} if($_POST[Engine] == "Google"){$selectedEngine3 = "selected";} if($_POST[Engine] == "MSN"){$selectedEngine4 = "selected";} if($_POST[Engine] == "infoseek"){$selectedEngine5 = "selected";} if($_POST[Engine] == "goo"){$selectedEngine6 = "selected";} if($_POST[Engine] == "NIKKEINET"){$selectedEngine7 = "selected";} if($_POST[Engine] == "@WOMAN"){$selectedEngine8 = "selected";} if($_POST[Engine] == "FRESHEYE"){$selectedEngine9 = "selected";} if($_POST[Engine] == "@NIFTY"){$selectedEngine10 = "selected";} if($_POST[Engine] == "BIGLOBE"){$selectedEngine11 = "selected";} if( ($_POST[EngineChk] == "on")||($_POST[OtherEngine] != "") ){ $chkEngine = "checked"; $strOtherEngine = htmlspecialchars($_POST[OtherEngine], REPLACE_FLAGS, CHARSET); }else{ $chkEngine = ""; $strOtherEngine = ""; $errEngine = 1; } //紙媒体グループ if($_POST[OtherSite] == "on"){$chkOtherSite = "checked";} if($_POST[Magazine] == "on"){$chkMagazine = "checked";} if($_POST[NewsPaper] == "on"){$chkNewsPaper = "checked";} if($_POST[HandBill] == "on"){$chkHandBill = "checked";} if($_POST[TownPage] == "on"){$chkTownPage = "checked";} if($_POST[Other] != ""){$strOther = htmlspecialchars($_POST[Other], REPLACE_FLAGS, CHARSET);} if( ($_POST[TownPage] != "on")&&($_POST[OtherSite] != "on")&&($_POST[Magazine] != "on")&&($_POST[NewsPaper] != "on")&&($_POST[HandBill] != "on")&&($_POST[Other] == "") ){ $errMedia = 1; } //メッセージ if($_POST[Mesg]){ $strMesg = htmlspecialchars($_POST[Mesg], REPLACE_FLAGS, CHARSET); }else{ $strMsg = ""; $errMessage = 1; } if( ($errEngine == 1)&&($errMedia == 1)&&($errMessage == 1) ){ $errQuestionnaire = "!無回答"; $errCheck = 1; } //Flets if($_POST[FLETS] == "1"){ $chkFLETS = "checked"; } }else{ $errYotei = "(半角数字)"; $errPhone = "(半角数字)"; $errOtherPhone = "(半角数字)"; $errShitami = "(半角数字)"; $errTel = "(半角数字)"; $selectedGoAdress13 = "selected"; $selectedAdress1 = "selected"; $errQuestionnaire = "(複数解答も可能)"; } //echo $errCheck; if( ($errCheck === 0)&&($_POST[correct] != "1") ){include '../include/verification.src';exit;} /*echo "
"; foreach($_POST as $key=>$val){ if($val == ""){continue;} echo $key." = ".$val."
"; }*/ ?>
引越お見積もり とにかく早い安い!
もれなく!
ご成約プレゼント!
マックカード1枚プレゼント!

ご成約のお客様にマックカード1枚プレゼント!

東京・神奈川・埼玉・千葉以外のお客様にはこちらのサイトが便利です

引越比較.com

キング引越センター(株)
関東運輸局許可番号
関自貨第848号
【本社】

〒351-0025
埼玉県朝霞市三原5-1-1
フリーダイヤル 0120-417-417
TEL:(048)468-4555
FAX:(048)468-6555