|
Server : Apache System : Linux p3plzcpnl507073.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : swg98tjyzel1 ( 5098476) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/swg98tjyzel1/public_html/ |
Upload File : |
<?php include("include/header.php");
if(isset($_POST['contact_us'])){
$name=$_POST['name'];
$email=$_POST['email'];
$subject=$_POST['subject'];
$phone=$_POST['phone'];
$conmessage=$_POST['message'];
$to = 'iflexinfosolution@gmail.com';
$subject = 'New Inquiry For Contact';
$message = "<html>
<head>
<title>New Inquiry For Contact</title>
</head>
<body>
<h3><b>New Inquiry For Contact!</b></h3>
<table>
<tr>
<td>Flight Type</td><td>".$flight_type."</td>
</tr>
<tr>
<td>Name</td><td>".$name."</td>
</tr>
<tr>
<td>Email</td><td>".$email."</td>
</tr>
<tr>
<td>Subject</td><td>".$subject."</td>
</tr>
<tr>
<td>Phone No</td><td>".$phone."</td>
</tr>
<tr>
<td>Message</td><td>".$conmessage."</td>
</tr>
</table>
</body>
</html>";
$headers[] = 'MIME-Version: 1.0';
$headers[] = 'Content-type: text/html; charset=iso-8859-1';
$headers[] = "From: New Inquiry <".$email.">";
mail($to, $subject, $message, implode("\r\n", $headers));
echo "<script> alert('Thanks For Your Inquiry.We Will Contact You Soon..') </script>" ;
}
?>
<div class="sub-banner overview-bgi">
<div class="container">
<div class="breadcrumb-area">
<h1>Contact Us</h1>
<ul class="breadcrumbs">
<li><a href="index.php">Home</a></li>
<li class="active">Contact Us</li>
</ul>
</div>
</div>
</div>
<div class="contact-1 content-area-7">
<div class="container">
<div class="main-title">
<h1><span>Contact</span> Us</h1>
<p>We are a digital marketing and consulting firm looking to help grow your business. So make our day and talk to us about your business.</p>
</div>
<div class="row">
<div class="col-lg-7 col-md-7 col-md-7">
<form action="index.php" method="post" enctype="multipart/form-data">
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="form-group name">
<input type="text" name="name" class="form-control" placeholder="Enter Your Name" required>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="form-group email">
<input type="email" name="email" class="form-control" placeholder="Enter Your Email" required>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="form-group subject">
<input type="text" name="subject" class="form-control" placeholder="Enter Subject" required>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="form-group number">
<input type="text" name="phone" class="form-control" placeholder="Enter Your Number" required>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="form-group message">
<textarea class="form-control" name="message" placeholder="Write message"></textarea>
</div>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
<div class="send-btn">
<button type="submit" name="contact_us" class="btn btn-color btn-md btn-message">Send Message</button>
</div>
</div>
</div>
</form>
</div>
<div class=" offset-lg-1 col-lg-4 offset-md-0 col-md-5">
<div class="contact-info">
<h3>Contact Info</h3>
<div class="media">
<i class="fa fa-map-marker"></i>
<div class="media-body">
<h5 class="mt-0">Registered Office Address</h5>
<p>1260 Howard St, Elk Grove Village, IL 60007.</p>
</div>
</div>
<div class="media">
<i class="fa fa-phone"></i>
<div class="media-body">
<h5 class="mt-0">Phone Number</h5>
<p>Office<a href="tel:0477-0477-8556-552">: +1 (347) 580-4781</a> </p>
<p>Mobile<a href="tel:+0477-85x6-552">: +1(347) 704-4702</a> </p>
</div>
</div>
<div class="media mrg-btn-0">
<i class="fa fa-envelope"></i>
<div class="media-body">
<h5 class="mt-0">Email Address</h5>
<p><a href="mailto:info@iflexinfosolution.com">info@iflexinfosolution.com</a></p>
<p><a href="mailto:support@iflexinfosolution.com">support@iflexinfosolution.com</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2964.256807875057!2d-87.97016278518025!3d42.01622296473917!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x880fb10157120bf1%3A0xf9571aa02a22e389!2s1260%20Howard%20St%2C%20Elk%20Grove%20Village%2C%20IL%2060007%2C%20USA!5e0!3m2!1sen!2sin!4v1637770503434!5m2!1sen!2sin" width="1450" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<?php include("include/footer.php"); ?>