//初期設定 //フォームタイトル $title = "紅萌書庵 : お問い合せフォーム"; //送信メール見出し $mail_title = "紅萌書庵☆お問い合せメール"; //戻るページ $return_url = "http://koubousyoan.jp/"; //メール設置ページ $mail_set = "http://koubousyoan.jp/"; //背景の色 $bcolor = "#ddddcc"; //送り先名称 $name_co = "紅萌書庵"; //送り先アドレス $mail_ad = "info@koubousyoan.jp"; //送り主アドレス $mail_sys = "support@knis.ne.jp"; session_start(); $name_print = $_SESSION["namecode"]; $mail_print = $_SESSION["mailcode"]; $call_print = $_SESSION["callcode"]; $text_print = $_SESSION["textcode"]; unset($_SESSION["namecode"]); unset($_SESSION["mailcode"]); unset($_SESSION["textcode"]); unset($_SESSION["callcode"]); unset($_SESSION["gogockck"]); echo '