Server IP : 103.53.40.154 / Your IP : 3.144.47.115 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/brmarketingindia.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- END HEADER --> <!-- Main Banner Start Here--> <?php include("site-header-flash.php");?> <!-- Main Banner End Here--> <!-- Section: About --> <?php include("index-welcome.php");?> <!-----Welcome Section End----> <!-- Services Section --> <!-- Section: Hot Product Area --> <?php include("hot-products.php");?> <!-- Section: Hot Product Area End --> <!---Gallery----> <?php include("index-gallery.php");?> <!-- Section: Feature Product Area --> <?php include("feature-products.php");?> <!-- Section: Feature Product Area End --> <!-- Services End--> <!-- Testimonials and clients --> <?php include("index-testimonials.php");?> <!-- Testimonials and clients End --> <!----Contact Section----> <div class="clearfix"></div> <section class="ptb-xs-60 bg-gray mt10"> <!-- Map Section --> <?php if($compDATA["admin_contactus_map"]=="Yes"){?> <div class="map layer-overlay overlay-dark-ami"> <?=db_scalar("SELECT admin_contactus_map_link FROM tbl_admin ")?> </div> <?php }?> <!-- Map Section --> <?php include("send-enquiry-code-product.php");?> <div class="container contact-form pt-20 pt-xs-60 mt-up" style="padding-bottom:35px;"> <div class="row"> <div class="col-sm-12"> <h4>GET IN TOUCH</h4> <!-- Contact FORM --> <form class="contact-form mt-45" id="contact" method="post" action="<?=htmlspecialchars($_SERVER['PHP_SELF'])?>" onSubmit="return EnqValidation();"> <!-- IF MAIL SENT SUCCESSFULLY --> <div class="<?=$clrerr?> mb20 color-red"><?=display_sess_msg()?> </div> <!-- END IF MAIL SENT SUCCESSFULLY --> <div class="row"> <div class="col-sm-6"> <div class="form-field"> <input class="input-sm form-full" id="enquiry_nam" type="text" name="enquiry_nam" placeholder="Your Name"> </div> <div class="form-field"> <input class="input-sm form-full" id="enquiry_emai" type="text" name="enquiry_emai" placeholder="Email" > </div> <div class="form-field"> <input class="input-sm form-full" id="enquiry_sub" type="text" name="enquiry_sub" placeholder="Subject"> </div> <div class="form-field"> <input class="input-sm form-full" id="enquiry_mobil" type="text" name="enquiry_mobil" placeholder="Mobile"> </div> </div> <div class="col-sm-6"> <div class="form-field"> <textarea class="form-full" id="enquiry_detai" rows="7" name="enquiry_detai" placeholder="Your Message" ></textarea> </div> <div class="form-field"> <div class="col-lg-10 no-padd"> <input name="captcha" id="security_cod" class="form-control " type="text" placeholder="Enter Security Code" > </div> <div class="col-lg-2"> <img src="amitabhcaptcha.php" class="pull-right" width="60" height="31" alt="Captcha" id="cap-home" /> </div> </div> </div> <div class="col-sm-12 mt-30"> <button class="btn-text" type="submit" id="submit" name="EnqSubmit"> Send Message </button> </div> </div> </form> <!-- END Contact FORM --> </div> </div> </div> </section> <!----Contact Section End-----> <!-- FOOTER --> <?php include("site-footer.php");?>