V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home9
/
aerosoft
/
www
/
Viewing: training.php
<?php include 'header.php'; $sql = "SELECT * FROM products Orders LIMIT 1"; $res = $db->query($sql); $arr = array(); while ($row = $res->fetch_assoc()) { $arr[] = $row; } ?> <main> <section class="page-banner"> <img src="images/bg-page.jpg"> <div class="page-title"> <h2> Training </h2> </div> </section> <section class="section-3 mb-5"> <div class="container"> <div class="row"> <?php $sql_projects = "SELECT * FROM products where cat_id='0' ORDER BY id DESC"; $res_projects = $db->query($sql_projects); $arr_projects = array(); while ($row_projects = $res_projects->fetch_assoc()) { $arr_projects[] = $row_projects; } if (is_array($arr_projects) && count($arr_projects) > 0) { foreach ($arr_projects as $row_projects) { ?> <div class="col-md-4"> <div class="offer-card blog-box shadow"> <img class="w-100" src="./dashboard/prodcuts/<?php echo $row_projects['image']; ?>" alt=""> <div class="card"> <div class="row d-flex align-items-center"> <div class="col-sm-12"> <div class="p-2"> <h4><a href="training-detail.php?id=<?php echo $row_projects['id']; ?>"> <?php echo $row_projects['product_title']; ?> </a></h4> <div class="box-txt"><?php echo $row_projects['description']; ?> </div> <div class="btn-link"> <a href="training-detail.php?id=<?php echo $row_projects['id']; ?>"> Read More <i class="fa fa-arrow-right-circle"></i></a> </div> </div> </div> </div> </div> </div> </div> <?php }} ?> <!--<div class="col-md-4"> <div class="offer-card blog-box shadow"> <img class="w-100" src="images/training2.jpg" alt=""> <div class="card"> <div class="row d-flex align-items-center"> <div class="col-sm-12"> <div class="p-2"> <h4><a href="#"> Aerosofthealthcare training </a></h4> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p> <div class="btn-link"> <a href="#"> Read More <i class="fa fa-arrow-right-circle"></i></a> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-4"> <div class="offer-card blog-box shadow"> <img class="w-100" src="images/training3.jpg" alt=""> <div class="card"> <div class="row d-flex align-items-center"> <div class="col-sm-12"> <div class="p-2"> <h4><a href="#"> Aerosofthealthcare training </a></h4> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p> <div class="btn-link"> <a href="#"> Read More <i class="fa fa-arrow-right-circle"></i></a> </div> </div> </div> </div> </div> </div> </div> --> </div> </div> </section> </main> <?php include 'footer.php'; ?>
Coded With 💗 by
HanzOFC