]][ahhhhhhhfgfgwerwerwerdgdretertertretertertgffwerwerwerwerdsddfgh
במ12[aspddfsdfsdfdfnggsd g ggk ffghaswerwerweertertertertretetrwerwvbnvfdgdgfbnasd asdaioioidgh;';';'
/
home
/
u217993607
/
domains
/
aerotrustaviation.com
/
public_html
/
Upload FileeE
HOME
<?php include("header.php"); ?> <?php $sid=$_GET['id']; $subcat_sql=sqlfetch("SELECT * FROM `subcategory` where id='$sid' "); if(count($subcat_sql)){ foreach($subcat_sql as $subcat) { ?> <!--================================= Header --> <!--================================= banner --> <div class="pt-breadcrumb"> <div class="pt-bg-overley" style="background-image: url('images/main-home/19.jpg');"></div> <div class="container"> <div class="row align-items-center"> <div class="col-sm-12"> <nav aria-label="breadcrumb"> <div class="pt-breadcrumb-title"> <h1> <?php echo $subcat['name'];?> </h1> </div> <div class="pt-breadcrumb-container"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php"><i class="fas fa-home mr-2"></i>Home</a></li> </ol> </div> </nav> </div> </div> </div> </div> <!--================================= banner --> <!--================================= project-detail --> <section class="project-detail pb-0"> <div class="container"> <?php $product_sql=sqlfetch("SELECT * FROM product where subcat = $sid "); if(count($product_sql)){ foreach($product_sql as $product){ ?> <div class="row"> <div class="col-xl-3"> <img src="upload/<?php echo $product['photo'];?>" class="img-fluid pt-img-21" alt="<?php echo $product['name'];?>" style=" height: 209px; width: 227px; object-fit: contain; border: 5px solid #f4f4f6;"><br> </div> <div class="col-xl-9 mt-xl-0 mt-5"> <div class="pt-portfolio-info-box"> <div class="pt-porfolio-info-header"> <h5><?php echo $product['name'];?></h5> <p style=" font-size: 16px; line-height: 2; color: #00080d; font-family: open-sans; font-weight: 501;"><?php echo $product['des'];?></p> </div> </div> <div class="pt-button-block"> <a class="pt-button" href="contact.php"> <span>Enquire now</span></a> </div> </div> </div> <?php } } ?> </div> </section> <hr> <!--================================= project-detail --> <!--================================= project-detail --> <!--================================= project--> <!--================================= <!--==================footer--> <?php include("footer2.php"); ?> <?php } } ?>