ok

Mini Shell

Direktori : /proc/self/root/home/importfo/public_html/payalcateresanddecorators.com/
Upload File :
Current File : //proc/self/root/home/importfo/public_html/payalcateresanddecorators.com/contact-us.php

<!DOCTYPE html>
<html lang="en">

<!-- Mirrored from www.tulsieventanddecor.com/contact-us.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 01 Feb 2023 09:19:56 GMT -->
<head>
     <title>Contact Us | Payal Caterers & Decorators - Motera Ahmedabad</title>
   <?php include ('top.php');?>
   <style type="text/css">
       a:hover{
        color: #eee;
       }
   </style>
</head>
<body>
    <div class="page">
        <header id="masthead" class="header ttm-header-style-classic-overlay">
            <div class="ttm-header-wrap">
                <div id="ttm-stickable-header-w" class="ttm-stickable-header-w clearfix">
                    <div id="site-header-menu" class="site-header-menu">
                        <?php include ('header.php');?>
                    </div>
                </div>
            </div>
        </header>
        <div class="ttm-page-title-row text-center" >
            <div class="section-overlay"></div>
            <div class="title-box text-center" style="background-image:url('images/Night-sky-decor.jpg');background-size: 100%;
    background-position: bottom;">
                <div class="container">
                    <div class="page-title-heading">
                        <h1 class="title inner-title" style="text-shadow: 3px 3px 5px #234cc1;">CONTACT-US</h1>
                        <p class="ttm-textcolor-white">Caterers & Decorators Ahmedabad</p>
                    </div>
                    <div class="breadcrumb-wrapper">
                        <div class="container">
                            <span><a title="Event Management Decoration" href="index.php"><i class="fa fa-home"></i>&nbsp;&nbsp;Home</a></span>
                            <span class="ttm-bread-sep ttm-textcolor-white"> &nbsp; ⁄ &nbsp;</span>
                            <span class="ttm-textcolor-white"> Contact Us</span>
                        </div>
                    </div> 
                </div> 
            </div>
        </div>
        <div class="site-main">
            <div class="container">
            <div class="row">
                <div class="col-md-12 col-lg-6 contactform" style="padding: 20px;">
                        <?php  
                                 if (isset($_POST['submit'])) 
                         {
                              $name=$_POST['name'];
                              $contact=$_POST['contact'];
                              $email=$_POST['email'];
                              $msg=$_POST['message'];
                              $select=$_POST['select'];
                              $sql="INSERT INTO contact(`name`,`contact`,`email`,`select`,`message`) VALUES('$name','$contact','$email','$select','$msg')";
                              $qry=mysqli_query($db,$sql);
                              if ($qry) {
                                  echo "<script>alert('Your Booking Detail Send SuccessFully Our team Will Be Contact Soon......')</script>";
                              }
                              else{
                                 echo "<script>alert('Inqury not Send Try Again......')</script>";
                              }
                         }
        ?>
                    <form action="" method="post">
                        <h2>Book Your Event</h2>
                          <div class="form-row">
                            <div class="form-group col-md-6">
                              <label for="inputPassword4">Name</label>
                              <input type="text" class="form-control" name="name" placeholder="Enter Your Name" required>
                            </div>
                            <div class="form-group col-md-6">
                              <label for="inputEmail4">Email</label>
                              <input type="email" class="form-control" name="email" placeholder="Enter Your Email" required>
                            </div>
                            
                          </div>
                          <div class="form-group">
                            <label for="inputAddress">Contact</label>
                            <input type="text" class="form-control" name="contact" placeholder="Enter Contact NO" required>
                          </div>
                          <div class="form-row">
                          <div class="form-group col-md-6">
                              <label for="inputEmail4">Date</label>
                              <input type="date" class="form-control" name="message" placeholder="Enter Your Email" required>
                            </div>
                            <div class="form-group col-md-6">
                              <label for="inputState">Choos Event</label>
                              <select class="form-control" name="select" required>
                                <option selected>Choose...Event</option>
                                <?php
                                  $sql="SELECT * FROM `parts` WHERE p_id";
                                    $res=mysqli_query($db,$sql);
                                    while($row=mysqli_fetch_array($res))
                                    {
                                ?>
                                <option value="<?php echo $row['short_desc']; ?>"><?php echo $row['short_desc']; ?></option>
                                <?php } ?>
                                <?php
                                  $sql="SELECT * FROM `product` WHERE p_id";
                                    $res=mysqli_query($db,$sql);
                                    while($row=mysqli_fetch_array($res))
                                    {
                                ?>
                                <option value="<?php echo $row['short_desc']; ?>"><?php echo $row['short_desc']; ?></option>
                                <?php } ?>
                                <?php
                                  $sql="SELECT * FROM `other` WHERE p_id";
                                    $res=mysqli_query($db,$sql);
                                    while($row=mysqli_fetch_array($res))
                                    {
                                ?>
                                <option value="<?php echo $row['short_desc']; ?>"><?php echo $row['short_desc']; ?></option>
                                <?php } ?>
                              </select>
                            </div>
                           
                          </div>
                         
                          <button type="submit" class="btn" name="submit" style="padding:10px; margin:inherit;">Book Now</button>
                    </form>
                </div>
                <div class="col-md-12 col-lg-6 contactinfo" style="padding-top:25px; padding-left:70px">
                    <h2>Contact Us</h2>
                    <p style="margin: 0;">Mobile No.</p>
                    <div style="display: flex; align-items: center; padding-bottom: 10px;"><span style="padding-right: 10px; font-size:20px"> <i class="fa fa-phone" aria-hidden="true"></i></span><a style="color:#000" href="tel:+919898716978">+91 98987 16978</a></div>
                     <p style="margin: 0; padding:0">Email</p>
                    <div style="display: flex; align-items: center; padding-bottom: 10px;"><span style="padding-right: 10px; font-size:15px"><i class="fa fa-envelope" aria-hidden="true"></i></span><a style="color:#000"  href="mailto:@gmail.com">@gmail.com</a></div>
                     <p style="margin: 0; padding:0">Address</p>
                    <div style="display: flex; align-items: center; padding-bottom: 10px;"><span style="padding-right: 10px; font-size:22px"> <i class="fa fa-map-marker" aria-hidden="true"></i></span><a style="color:#000" href="mailto:@gmail.com">Devpriya Complex, Devpriya - Hariomnagar Rd, opp. Shahjanand Complex, Motera, Ahmedabad, Gujarat 380005</a></div>
                    <p style="margin: 0; padding:0">Social Media Links</p>
                    <div style="display: flex; align-items: center; padding-bottom: 10px;"><a href="https://www.facebook.com/profile.php?id=100086543426118" style="padding-right:20px"><i style="color:#000; font-size: 20px;" class="fa fa-facebook-official" aria-hidden="true"></i></a>
                    <a style="padding-right:20px" href="https://www.instagram.com/payal_caterers_decorators/"><i style="color:#000; font-size: 20px;" class="fa fa-instagram" aria-hidden="true"></i></a>
                    <a style="padding-right:20px" href="https://www.google.com/maps/place/Payal+Caterers+%26+Decorators/@23.1006146,72.6008809,15z/data=!4m6!3m5!1s0x395e83cf86f82015:0x235e0486a7641fb6!8m2!3d23.1006146!4d72.6008809!16s%2Fg%2F1ptxzw97_"><i style="color:#000; font-size: 20px;" class="fa fa-google" aria-hidden="true"></i></a>
                    </div>

                </div>
            </div>
            </div>
            <div class="map-wrapper">
                <br />
                <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d29359.47685061054!2d72.59882096347658!3d23.09948957843471!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x235e0486a7641fb6!2sPayal%20Caterers%20%26%20Decorators!5e0!3m2!1sen!2sin!4v1675677641636!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
            </div>
        </div> 
       <?php include ('footer.php');?>
    </div>
    <script src="cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script src="https://www.tulsieventanddecor.com/js/jquery.prettyPhoto.js"></script>
    <script src="https://www.tulsieventanddecor.com/js/jquery.prettyPhoto.js"></script>
    <script src="https://www.tulsieventanddecor.com/js/main.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149523005-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-149523005-1');
</script>
</body>

<!-- Mirrored from www.tulsieventanddecor.com/contact-us.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 01 Feb 2023 09:19:56 GMT -->
</html>

Zerion Mini Shell 1.0