' : ''; empty($surname) ? $error .= 'Please enter your surname.
' : ''; empty($email) ? $error .= 'Please fill in your correct email address.
' : ''; // simple error checking if $error is not empty echo the "error" div and the appropriate errors if ( !empty($error) ) { echo '
There are some errors with your form:
'.$error.'
'."\n"; } else { $to = "marilyn@tranceformationstm.com"; $subject = "TranceFormations Breakthrough Coaching"; $headers = "Content-Type: text/html; charset=iso-8859-1\nFrom: Marilyn@tranceformationsTM.com\nReply-To: Marilyn@tranceformationsTM.com\nReturn-Path: Marilyn@tranceformationsTM.com\nX-Mailer: PHP"; $message = "Hi Marilyn,

You have a message from the TranceformationsTM website.

$email has submitted their email address via the home page Coaching Breakthrough form.
They have been emailed the Coaching Breakthrough Course attachments.

The details sent follow below:

Name: $name
Surname: $surname
Email: $email
Telephone: $phone "; $sent = mail($to, $subject, $message, $headers) ; //customer email $email_from = "Marilyn@tranceformationsTM.com"; // Who the email is from $email_subject = "TranceFormations Breakthrough Coaching"; // The Subject of the email $email_message = " TranceFormations Breakthrough Coaching
\"TranceFormationsTM\"
NLP | Hypnosis | Time Line Therapy™ | PhotoReading™ | Huna


Dear $name

Thank you for your enquiry.

As requested, please find enclosed an overview of the TranceFormational™ Breakthrough Coaching Process.

Each session is individually tailored, so the enclosed approach is a guideline about the how the Breakthrough Sessions are generally structured.

If you are focussing an a particular issue, for instance, confidence, self esteem, public speaking, life purpose, etc, during the first session in addition to identifying the root cause we would spend some time establishing the key issues and getting clarity on the area of prime concern.

If you are purely looking to move forward and build upon your current success then the Time Line Therapy™ and Hypnosis sessions would be substituted with sessions focussed on how to accelerate your performance and achieve your outcomes more effectively.

Do get back to me with any further questions or queries.

Best regards,

Marilyn Devonish
Director

\"TranceFormationsTM\" Click on the links below to find out more about:
 

Disclaimer: The information contained in this e-mail is intended for the named recipients only. It contains legally privileged and/or confidential information and if you are not the intended recipient, you must not copy, distribute or take any action in reliance on it. If you have received this e-mail in error, please notify us immediately.

Registered address: TranceFormations™, PO Box 2210, Watford, Hertfordshire, WD18 1EU
Company No. 04164896

"; $email_to = "$email"; // Who the email is too $headers = "From: ".$email_from; $semi_rand = md5(time()); $mime_boundary = "==Multipart_Boundary_x{$semi_rand}x"; $headers .= "\nMIME-Version: 1.0\n" . "Content-Type: multipart/mixed;\n" . " boundary=\"{$mime_boundary}\""; $email_message .= "This is a multi-part message in MIME format.\n\n" . "--{$mime_boundary}\n" . "Content-Type:text/html; charset=\"iso-8859-1\"\n" . "Content-Transfer-Encoding: 7bit\n\n" . $email_message . "\n\n"; /********************************************** First File ********************************************/ $fileatt = "coach/Breakthrough_Coaching_Overview_np.pdf"; // Path to the file $fileatt_type = "application/pdf"; // File Type $fileatt_name = "TranceFormational Breakthrough Coaching Outline"; // Filename that will be used for the file as the attachment $file = fopen($fileatt,'rb'); $data = fread($file,filesize($fileatt)); fclose($file); $data = chunk_split(base64_encode($data)); $email_message .= "--{$mime_boundary}\n" . "Content-Type: {$fileatt_type};\n" . " name=\"{$fileatt_name}\"\n" . "Content-Disposition: attachment;\n" . " filename=\"{$fileatt_name}\"\n" . "Content-Transfer-Encoding: base64\n\n" . $data . "\n\n" . "--{$mime_boundary}\n"; unset($data); unset($file); unset($fileatt); unset($fileatt_type); unset($fileatt_name); /********************************************** Second File ********************************************/ $fileatt = "coach/TranceFormationsBrochure08.pdf"; // Path to the file $fileatt_type = "application/pdf"; // File Type $fileatt_name = "TranceFormations Brochure"; // Filename that will be used for the file as the attachment $file = fopen($fileatt,'rb'); $data = fread($file,filesize($fileatt)); fclose($file); $data = chunk_split(base64_encode($data)); $email_message .= "--{$mime_boundary}\n" . "Content-Type: {$fileatt_type};\n" . " name=\"{$fileatt_name}\"\n" . "Content-Disposition: attachment;\n" . " filename=\"{$fileatt_name}\"\n" . "Content-Transfer-Encoding: base64\n\n" . $data . "\n\n" . "--{$mime_boundary}\n"; unset($data); unset($file); unset($fileatt); unset($fileatt_type); unset($fileatt_name); $sent = mail($email_to, $email_subject, $email_message, $headers); header("Location: thanks3.php"); die(); } } ?> TranceFormational ® Breakthrough Coaching Sessions

To receive an overview of the Breakthrough Coaching & Therapy Sessions simply complete the form below and send us your First Name, Surname and e-mail address and we'll send you some further information.

We respect your privacy and will not pass on your details to any third party.

TranceFormational ® Breakthrough Coaching