MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.119.133.206
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/fastelevator.in/../bhatiataxiservice.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/fastelevator.in/../bhatiataxiservice.in/home-package2.php
    <div class="package-area package-style-one pt-110 ">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-8">
                    <div class="section-head-alpha">
                        <h2>Affordable Sameday Car Tours Start <span>From Delhi</span></h2>
                        <p>Explore the majestic Taj Mahal, the City of Yoga, and the Cartling streets of Delhi in our
                            Tour.</p>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="package-btn text-lg-end">
                        <a href="<?php echo $wspath?>tours.html" class="button-fill-primary">View All Tour</a>
                    </div>
                </div>
            </div>
            <div class="row g-4">
                <?php
                    $sqltour = "SELECT * FROM tbl_services WHERE tour_status!='Inactive' ORDER BY `tour_order` ASC LIMIT 6";
                    $runtour = mysqli_query($db,$sqltour) or die("Query Not run");
                    while($datatour = mysqli_fetch_assoc($runtour)){
                ?>
                <div class="col-lg-4 col-md-6">
                    <div class="package-card-alpha">
                        <div class="package-thumb">
                            <a href="<?php echo $wspath?>tour<?php echo $datatour['slug_url'];?>.html"><img src="<?php echo $wspath?>admin/images/property-image/<?php echo $datatour['image'];?>" alt="<?php echo $datatour['name'];?>" title="<?php echo $datatour['name'];?>"></a>
                        </div>
                        <div class="package-card-body">
                            <h3 class="p-card-title"><a href="<?php echo $wspath?>tour<?php echo $datatour['slug_url'];?>.html"><?php echo $datatour['name'];?></a></h3>
                            <span><?php echo $datatour['short_desc'];?></span>
                            <div class="p-card-bottom">
                                            <div class="pkg_btn">
                                <a href="<?php echo $wspath?>tour/<?php echo $datatour['slug_url'];?>.html" class="btn btn-danger">Book Now <i class='bx bxs-right-arrow-alt'></i></a>
                            </div>
                                <div class="wp-btn">
                                    <a href="https://wa.me/<?php echo $data1['whatsapp'];?>" target="blank">WhatsApp Now  <i class='bx bxs-right-arrow-alt'></i></a>
                                </div>
                                <!-- <div class="p-card-info">
                                    <span>Start From</span>
                                    <h6>₹ 2200/- </h6>
                                </div> -->
                            </div>
                        </div>
                    </div>
                </div>
                <?php } ?>
                
            </div>
        </div>
    </div>

MMCT - 2023