BLACKSITE
:
216.73.217.148
:
172.93.223.125 / www.geeteetravels.com
:
Linux ubuntu 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
:
/
home
/
geeteetravels
/
public_html
/
old
/
Upload File:
files >> /home/geeteetravels/public_html/old/fleet.php
<?php include 'header1.php';?> <br> <div class="container-fluid"> <?php include('db.php');?> <?php $sql = mysqli_query($con,"SELECT * FROM fleet"); while($fleetrow=mysqli_fetch_array($sql)) { ?> <div class="col-md-3"> <a href="fleet_det.php?pid=<?php echo $fleetrow['id'];?>"> <img src="<?php echo $fleetrow['imageslink']; ?>" class="img-thumbnail"> </a> <h3 class="titt"><?php echo $fleetrow['veh_name']; ?></h3> <br> <p class="fleetp"><!-- <i class='glyphicon glyphicon-hand-right' style='font-size:20px;color:#1eacc7'></i> --><img src="images/seat.png" style="height: 20px"> <?php echo $fleetrow['subtitleone']; ?>.</p> <p class="fleetp"><img src="images/AC.png" style="height: 20px"> <?php echo $fleetrow['subtitletwo']; ?>.</p> <p class="fleetp"><img src="images/push.png" style="height: 20px"> <?php echo $fleetrow['subtitlethree']; ?>.</p> <p class="fleetp"><img src="images/CHFR (1).png" style="height: 20px"> <?php echo $fleetrow['subtitlefour']; ?>.</p> <div class="middle"> <a href="fleet_det.php?pid=<?php echo $fleetrow['id'];?>"> <!-- <i class="glyphicon glyphicon-search icon"></i> --> </a> </div> <!-- <a href="fleet_det.php?pid=<?php echo $fleetrow['id'];?>"> <button class="button btn btn-primary"><span>View Details</span></button> </a> --> <hr> </div> <?php } ?> </div> <br> <?php include 'footer.php';?>