Hello ".$_POST['name'].",
Thanks for your interest in our training program, one of our experts will be in touch with you within 24 hours.
Reboot It Solution provides the depth knowledge of Google Algorithms and train to the students to push any sort of business online. 92% internet users use Google or its partners to search anything online and every online business or website needs promotion.
Our course will help you become the Internet marketing experts and no matter, you are a Student, Job Seeker, Starting a new business, Running a business et. That course is for everybody, who desire to be profited by having the internet marketing knowledge.
Thanks & Regards
Reboot It Solution.
"; $subject = "Enquiry from Re-Boot IT Solutions"; $from = "SPECIALIST Contact Webmaster
|
'; $headers = "MIME-Version: 1.0" . "\n"; $headers .= "Content-type:text/html;charset=iso-8859-1" . "\n"; $headers .= "From: testingteam07@gmail.com" . "\n";; $to2=$_POST['email']; //mail($to2,$subject2,$strHtml2,$headers); $mail = mail($to,$subject,$strHtml,$headers); if($mail) { $_SESSION['success']="Your message has been submitted. We will contact you soon."; echo ' '; die(); } else { $_SESSION['success']="Your message has not been submitted."; echo ""; die(); } } ?>