“;
// メール送信を行う
mb_send_mail($email, $subject, $body, $header);
// サンクスページに画面遷移させる
header(“Location: http://testapp.hippy.jp/contact/thanks.php”);
exit;
}
?>
Company Name
お問い合わせ
“;
// メール送信を行う
mb_send_mail($email, $subject, $body, $header);
// サンクスページに画面遷移させる
header(“Location: http://testapp.hippy.jp/contact/thanks.php”);
exit;
}
?>