/home3/vehiclea/public_html/apbreastcentre/contact.php
<?php
error_reporting(0);
if(isset($_POST['contactbutton']))
{
$name = $_POST["name"];
$mobile = $_POST["mobile"];
$email = $_POST["email"];
$enquiry = $_POST["message"];
$from = 'contact@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>Name : </strong>' . $name . '<br>
<strong>Phone Number : </strong>' . $mobile . '<br>
<strong>EmailID : </strong>' . $email . '<br>
<strong>Message : </strong>' . $enquiry . '<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=contact.php');
?>
<script>
alert('Thank you <?php error_reporting(0); echo $name; ?>. We will contact you soon.');
</script>
<?php
}
else
{
header('refresh:0;url=contact.php');
?>
<script>
alert('Something Went Wrong. Please Try Again Later. Thank you.');
</script>
<?php
}
}
?>
<?php
$page="contact";
$title= "Contact Us | 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>Contact</h2>
<ul>
<li><a href="index">Home</a></li>
<li>Contact</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>Contact</h2>
<ul>
<li><a href="index">Home</a></li>
<li>Contact</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<section class="contact-info-area">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="contact-info-box">
<div class="icon">
<i class="flaticon-pin"></i>
</div>
<h3>Location</h3>
<span style="font-size: 16px !important;">Old Club Road, Kothapeta Guntur,
Andhra Pradesh 522001</span>
</div>
</div>
<div class="col-lg-4 col-md-6" style="background-color: #130947;">
<div class="contact-info-box">
<div class="icon">
<i class="fa fa-phone"></i>
</div>
<h3>Phone Number</h3>
<span style="font-size: 16px !important;">Mobile : <a href="tel:9812119812">+91 9812-11-9812</a></span>
<span style="font-size: 16px !important;">Phone : <a href="tel:0863 222 2185">0863 222 2185</a></span>
</div>
</div>
<div class="col-lg-4 col-md-6 offset-lg-0 offset-md-3">
<div class="contact-info-box">
<div class="icon">
<i class="flaticon-email"></i>
</div>
<h3>Email Address</h3>
<span style="font-size: 16px !important;"><a href="mailto:drpriyanka@apbreastcentre.com">drpriyanka@apbreastcentre.com</a></span>
</div>
</div>
</div>
</div>
</section>
<section class="contact-area ptb-800">
<div class="container">
<div class="contact-inner">
<div class="row m-0">
<div class="col-lg-7 col-md-7 col-sm-12">
<div class="contact-form">
<span class="sub-title">Message Us</span>
<h2>Drop us Message for any Query</h2>
<form method="post" action="contact.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="Your Name" required>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="form-group">
<label><i class="fa fa-phone"></i></label>
<input type="text" name="mobile" class="form-control" placeholder="Your Phone" 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="Your Email" required>
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
<label><i class="flaticon-list"></i></label>
<textarea name="message" class="form-control" cols="30" rows="6" placeholder="Your Message" required></textarea>
</div>
</div>
<div class="col-lg-12 col-md-12">
<button type="submit" name="contactbutton" class="btn btn-primary">Send Message <i class="fas fa-paper-plane"></i></button>
<div class="clearfix"></div>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-12">
<div id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3829.459593861287!2d80.44831871417288!3d16.29944453755816!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a4a754ef487b2c5%3A0xea82dc2f09d3b978!2sAP%20Breast%20Centre%7CBest%20Breast%20Cancer%20Hospital%20In%20Guntur%20AP!5e0!3m2!1sen!2sin!4v1615434060651!5m2!1sen!2sin" width="100%" height="500" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include 'footer.php';?>
@LwBee Strong Bypass
Upload File
Create New File