MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.118.154.237
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/instabus.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/instabus.in/index-package-section.php
 <!-- Popular Tours Area Start -->
    <section class="peulis-popular-tours-area section_70">
        <div class="container">
            <div class="row">
                <div class="col-md-12">
                    <div class="site-heading">
                        <h1>Same Day Delhi to Agra Tour By AC Luxury Volvo Bus</h1>
                        <p>Visit Agra, Delhi, Jaipur, Haridwar & Manali by AC Luxury Bus and Ac Volvo Bus, Amazing Tour services at Best Prices. Book Now and Multiple Online Payment Options are available here, 1800+ reviews, Trusted by Travelers. Book your favourite Tour now.</p>
                    </div>
                </div>
            </div>
            <div class="row">

<?php
$index_pack_sql=db_query("select * from tbl_category where category_status='Active' order by category_id asc");
while($index_pack_res=mysqli_fetch_array($index_pack_sql))
{?>                
                <div class="col-lg-4">
                    <div class="single-popular-tour">
                        <div class="popular-tour-image">
                         <a href="<?=$site_url?>/<?=$index_pack_res['category_url']?>.html">
                            <img src="<?=$site_url?>/uploaded_files/<?=$index_pack_res['category_image_name']?>" alt="<?=$index_pack_res['category_display_name']?>" />
                          </a>
                        </div>
                        <div class="popular-tour-desc">
                            <div class="tour-desc-top">
                                <h3><a href="<?=$site_url?>/<?=$index_pack_res['category_url']?>.html"><?=$index_pack_res['category_display_name']?></a></h3>
                               
                                <div class="tour-desc-heading">
                                    <div class="tour-rating">
                                        <ul>
                                            <li><i class="fa fa-star"></i></li>
                                            <li><i class="fa fa-star"></i></li>
                                            <li><i class="fa fa-star"></i></li>
                                            <li><i class="fa fa-star"></i></li>
                                            <li><i class="fa fa-star-o"></i></li>
                                        </ul>
                                    </div>
                                  
                                </div>
                            </div>
                            <div class="tour-desc-bottom">
                                <div class="tour-details">
                                    <a href="<?=$site_url?>/<?=$index_pack_res['category_url']?>.html">
                                       <!-- <a href="javascript:void(0)" onclick="open_booking_modal(<?=$index_pack_res[category_id]?>)">
                                        <i class="fa fa-flag"></i>--> View Details</a>
                                </div>
                                <div class="tour-desc-price">
                                    <p>₹<?=$index_pack_res['category_discount_price']?> / <span style="text-decoration: line-through;">₹<?=$index_pack_res['category_real_price']?></span></p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

             <?}?>
                

            </div>
            
        </div>
    </section>
    <!-- Popular Tours Area End -->

MMCT - 2023