2595 Cordes Dr. Sugar Land, Texas
(281) 980 - 3030 | houstonkiaikido@yahoo.com


Six Week Introductory Course (2017)

Six Week Introductory Course (2017)
20 Aug

Incorrect security code.”;
//if ($securimage->check($_POST[‘txtSecCode’]) == false)
//{
//$errMsg = $errMsg . “
Incorrect security code.”;
//}

if (!isset($_POST[‘txtFirstName’]) || strlen($_POST[‘txtFirstName’]) == 0 ||
!isset($_POST[‘txtLastName’]) || strlen($_POST[‘txtLastName’]) == 0 ||
!isset($_POST[‘txtEmail’]) || strlen($_POST[‘txtEmail’]) == 0 ||
!isset($_POST[‘txtPhone1’]) || strlen($_POST[‘txtPhone1’]) == 0 ||
!isset($_POST[‘txtPhone2’]) || strlen($_POST[‘txtPhone2’]) == 0 ||
!isset($_POST[‘txtPhone3’]) || strlen($_POST[‘txtPhone3’]) == 0 ||
!isset($_POST[‘cboPhoneType’]) || strlen($_POST[‘cboPhoneType’]) == 0 ||
!isset($_POST[‘txtAddress1’]) || strlen($_POST[‘txtAddress1’]) == 0 ||
!isset($_POST[‘txtCity’]) || strlen($_POST[‘txtCity’]) == 0 ||
!isset($_POST[‘cboState’]) || strlen($_POST[‘cboState’]) == 0 ||
!isset($_POST[‘txtZip’]) || strlen($_POST[‘txtZip’]) == 0 ||
!isset($_POST[‘txtEmergencyContact’]) || strlen($_POST[‘txtEmergencyContact’]) == 0 ||
!isset($_POST[‘txtEPhone1’]) || strlen($_POST[‘txtEPhone1’]) == 0 ||
!isset($_POST[‘txtEPhone2’]) || strlen($_POST[‘txtEPhone2’]) == 0 ||
!isset($_POST[‘txtEPhone3’]) || strlen($_POST[‘txtEPhone3’]) == 0 ||
!isset($_POST[‘rdMAExp’]) || strlen($_POST[‘rdMAExp’]) == 0)
{
$errMsg = $errMsg . “
Not all required fields were filled in. Fields marked with an asterisk (*) are required.”;
}
else
{
if (!preg_match(‘/^[_A-z0-9-]+((\.|\+)[_A-z0-9-]+)*@[A-z0-9-]+(\.[A-z0-9-]+)*(\.[A-z]{2,4})$/’, $_POST[‘txtEmail’]))
{
$errMsg = $errMsg . “
Invalid email address.”;
}
if (!is_numeric($_POST[‘txtPhone1’]) || !is_numeric($_POST[‘txtPhone2’]) || !is_numeric($_POST[‘txtPhone3’]) ||
strlen($_POST[‘txtPhone1’]) < 3 || strlen($_POST['txtPhone2']) < 3 || strlen($_POST['txtPhone3']) < 4) { $errMsg = $errMsg . "
Invalid phone number.”;
}
if (!is_numeric($_POST[‘txtZip’]) || strlen($_POST[‘txtZip’]) < 5) { $errMsg = $errMsg . "
Invalid zip code”;
}
if (!is_numeric($_POST[‘txtEPhone1’]) || !is_numeric($_POST[‘txtEPhone2’]) || !is_numeric($_POST[‘txtEPhone3’]) ||
strlen($_POST[‘txtEPhone1’]) < 3 || strlen($_POST['txtEPhone2']) < 3 || strlen($_POST['txtEPhone3']) < 4) { $errMsg = $errMsg . "
Invalid emergency contact phone number.”;
}
}

if (strlen($errMsg) == 0)
{
$customTag = “Intro Course 2017”;
$phone = $_POST[‘txtPhone1’] . $_POST[‘txtPhone2’] . $_POST[‘txtPhone3’];
$ePhone = $_POST[‘txtEPhone1’] . $_POST[‘txtEPhone2’] . $_POST[‘txtEPhone3’];

$result = $dbAccess->RegisterIntroCourse($_POST[‘txtFirstName’], $_POST[‘txtLastName’], $_POST[‘txtEmail’], $phone, $_POST[‘cboPhoneType’], $_POST[‘txtAddress1’], $_POST[‘txtAddress2’], $_POST[‘txtCity’], $_POST[‘cboState’], $_POST[‘txtZip’], $_POST[‘txtEmergencyContact’], $ePhone, $_POST[‘rdMAExp’], $_POST[‘txtMAExp’], $_POST[‘txtWhyAikido’], $_POST[‘txtReferred’], $customTag);

if (!$result)
{
$errMsg = $errMsg . “
There was an error receiving your registration information. Please try again, or send an email to houstonkiaikido@yahoo.com.”;
}
else
{
$to = $_POST[‘txtEmail’];
$subject = “Registration Confirmation for Houston Ki-Aikido Introductory Course”;

$message = ““;
$message = $message . “

Thank you for registering for our Six Week Introductory Ki-Aikido Course. A copy of your registration information is included below. Note that your registration is not complete until payment confirmation is received. If you submitted your payment online through PayPal, you will receive a second email with payment confirmation.

“;
$message = $message . “Classes will begin on Monday, October 2, 2017 at 8:00 PM at the Safety America Karate school located at “;
$message = $message . “2595 Cordes Dr. Sugar Land, Texas. Directions and a map can be found at http://www.houstonkiaikido.org/location/ “;
$message = $message . “If you have any questions, you can email us at houstonkiaikido@yahoo.com.

“;

$message = $message . “Registration Information:

“;
$message = $message . “Name: ” . $_POST[‘txtFirstName’] . ” ” . $_POST[‘txtLastName’] . “
“;
$message = $message . “Email: ” . $_POST[‘txtEmail’] . “
“;
$message = $message . $_POST[‘cboPhoneType’] . ” Phone Number: ” . $phone . “
“;
$message = $message . “Address: ” . $_POST[‘txtAddress1’] . ” ” . $_POST[‘txtAddress2’] . “, ” . $_POST[‘txtCity’] . “, ” . $_POST[‘cboState’] . ” ” . $_POST[‘txtZip’] . “
“;
$message = $message . “Emergency Contact: ” . $_POST[‘txtEmergencyContact’] . ” – ” . $ePhone . “
“;
$message = $message . “Prior martial arts experience: “;
if ($_POST[‘rdMAExp’] == 1)
$message = $message . “Yes”;
else
$message = $message . “No”;
$message = $message . “, ” . $_POST[‘txtMAExp’] . “
“;
$message = $message . “Learning Aikido: ” . $_POST[‘txtWhyAikido’] . “
“;
$message = $message . “Referred By: ” . $_POST[‘txtReferred’] . “

“;
$message = $message . ““;
$message = stripslashes($message);

$headers = “From: Houston Ki-Aikido \r\nReply-To: houstonkiaikido@yahoo.com\r\nBcc: mail@houstonkiaikido.org”;
$headers = $headers . “\r\nMIME-Version: 1.0\r\nContent-type: text/html; charset=iso-8859-1”;
$mail_sent = @mail($to, $subject, $message, $headers);
}
}
}

?>

Please wait while we transfer you to PayPal…



















0)
{
$showForm = 1;
?>

There was an error with your registration form. See below:

Houston Ki-Aikido is excited to announce that we are once again offering our popular Six Week Introductory Ki-Aikido Course. This year’s course will run from Monday, October 2 through Thursday, November 9, 2017. The course fee is $99, with online registration available through the form below.

This six week program is designed specifically to give new students an introductory primer in Ki Aikido. The curriculum will cover a variety of topics, including self-defense from grabs and strikes, single and multiple-attack scenarios, mind & body coordination exercises, and weapons practice.

Course Schedule

The intro course classes will be held every Monday and Thursday evening from 8:00 PM – 9:15 PM, beginning Monday, October 2nd and ending on Thursday, November 9th, 2017.

Week Lesson
Week 1
Oct 2 & 5
Defense from grabs
Week 2
Oct 9 & 12
Defense from grabs
Week 3
Oct 16 & 19
Defense from strikes
Week 4
Oct 23 & 26
Defense from strikes
Mind/Body coordination exercises
Week 5
Oct 30 & Nov 2
Introductory weapons practice
Week 6
Nov 6 & 9
Multiple-attacker situations

Register Now

The fee for the entire course is $99. Submit your registration and payment online using the Online Registration form below.

If you have any questions, you can email us at houstonkiaikido@yahoo.com, call us at (281) 980 – 3030, or visit us during one of our class times.

 

Frequently Asked Questions

 

Online Registration

Fill out the form below to register and pay for our Introductory Course. Fields marked with an asterisk (*) are required. After submitting the form and your payment, you will receive an automated email from Houston Ki-Aikido confirming your registration information.

*First Name:
*Last Name:
*Email Address:
*Phone Number:

(

*Phone Number Type:

*Home Address:
*City:
*State:

*Zip:
*Emergency Contact Name:
*Emergency Phone Number:

(

*Prior martial arts experience?

/> Yes /> No

If yes, describe:

Why are you interested in learning Aikido?

How did you hear about our course?

*Security Code:
“; echo cptch_display_captcha_custom(); } ?>

Click the Check out with PayPal button below to proceed with your registration.