/home3/vehiclea/public_html/apbreastcentre/sharethecare.php
<?php
error_reporting(0);
if(isset($_POST['sharethecarebtn']))
{
$name = $_POST["name"];
$Referralname = $_POST["refreename"];
$where = $_POST["where"];
$email = $_POST["email"];
$mobile = $_POST["mobile"];
$message = $_POST["message"];
$from = 'sharethecare@apbreastcenter.com';
$to = 'drpriyanka@apbreastcentre.com';
$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
$headers .= 'From: '.$from.''. "\r\n" .
'Reply-To: '.$from.'' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
$subjectmail = "Contact Info From AP Breast Center Website";
$message = '<html>
<head>
<title>' . $subjectmail . '</title>
</head>
<body>
<p style="text-align:left;">Hello Doctor,<br><br>Contact Details are as follows :<br><br>
<strong>Referee Name : </strong>' . $name . '<br>
<strong>Referral Name : </strong>' . $Referralname . '<br>
<strong>Where : </strong>' . $where . '<br>
<strong>Referral Email : </strong>' . $email . '<br>
<strong>Referral Mobile : </strong>' . $mobile . '<br>
<strong>Message : </strong>' . $message . '<br>
<br><br>
Thanks and Regards,<br>
<strong>Web Administrator,</strong><br>
AP Breast Center.<br>
URL: https://www.apbreastcenter.com/
</p></body></html>';
if(mail($to, $subjectmail, $message, $headers))
{
//we show the good guy only in one case and the bad one for the rest.
header('refresh:0;url=sharethecare.php');
?>
<script>
alert('Thank you <?php error_reporting(0); echo $name; ?>. We will contact you soon.');
</script>
<?php
}
else
{
header('refresh:0;url=sharethecare.php');
?>
<script>
alert('Something Went Wrong. Please Try Again Later. Thank you.');
</script>
<?php
}
}
?>
<?php
$page="about";
$title= "AP Breast Centre";
$metadescription = "";
include 'header.php';?>
<div class="page-title-area page-title-bg2 hidden-xs">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="page-title-content">
<h2>Share the Care</h2>
<ul>
<li><a href="index">Home</a></li>
<li>Share the Care</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="page-title-area page-title-bg1mobile visible-xs">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="page-title-content">
<h2>Share the Care</h2>
<ul>
<li><a href="index">Home</a></li>
<li>Share the Care</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<section class="contact-area" style="margin-top: 40px;">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<img src="assets/img/sharethecare.png" alt="" style="width:100%;">
</div>
<div class="col-lg-6 col-md-6 col-sm-12 educateempower">
<h4 class="womensupportshare"><sup><i class="fa fa-quote-left" aria-hidden="true"></i></sup> WHEN WOMEN SUPPORT EACH OTHER, AMAZING THINGS HAPPEN <sub><i class="fa fa-quote-right" aria-hidden="true"></i></sub></h4>
<h4 class="missionpartkind">Be A Part Of Our Mission To Support, Educate, And Empower Women Facing Breast Cancer.</h4>
<a href="#sharethecare" class="btn btn-primary" style="margin-top: 17px;">Send a Message <i class="flaticon-next"></i></a>
</div>
</div>
</div>
</section>
<section class="contact-area ptb-800" id="sharethecare">
<div class="container">
<div class="services-title-content">
<center><span class="sub-title">Message Us</span>
<h2>Share the Care</h2>
<span class="animate-border mr-auto ml-auto mb-4"></span>
<p class="maxiumstrectssmin">AP Breast Center created Share the Care as a community-wide program to support good breast health practices and to increase access to breast care.</p></center>
</div>
<div class="contact-inner">
<div class="row m-0">
<div class="col-lg-1 col-md-1 col-sm-12"></div>
<div class="col-lg-10 col-md-10 col-sm-12">
<div class="contact-form">
<form method="post" action="sharethecare.php">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="form-group">
<label><i class="flaticon-user"></i></label>
<input type="text" name="name" class="form-control" placeholder="From (Referee name)" required>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<label><i class="flaticon-user"></i></label>
<input type="text" name="refreename" class="form-control" placeholder="To (Referral name)" required>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<label><i class="flaticon-list"></i></label>
<input type="text" name="where" class="form-control" placeholder="Where" required>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<label><i class="flaticon-email"></i></label>
<input type="email" name="email" class="form-control" placeholder="Referral Email" required>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<label><i class="fa fa-phone"></i></label>
<input type="text" name="mobile" class="form-control" placeholder="Referral Mobile" required>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<label><i class="fa fa-sticky-note-o"></i></label>
<textarea type="text" rows="5" name="message" class="form-control" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-lg-12 col-md-12">
<center><button type="submit" name="sharethecarebtn" class="btn btn-primary">Send Message <i class="fas fa-paper-plane"></i></button></center>
<div class="clearfix"></div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-1 col-md-1 col-sm-12"></div>
</div>
</div>
</div>
</section>
<?php include 'footer.php';?>
@LwBee Strong Bypass
Upload File
Create New File