?
Path : /home/enviro777/public_html/ |
Current File : /home/enviro777/public_html/product-details.php |
<?php include "includes/header.php" ?> <div class="content"> <?php $catid = $_GET['url']; $ct=mysqli_query($link,"select * from product where productId='$catid' and proStatus ='1'"); $row4 =mysqli_fetch_object($ct); $urli= $row4->proUrl; $name = $row4->proName; ?> <div class="about-section"> <?php include("connection.php"); $catid = $_GET['url']; //$Lname = $_GET['Lname']; $query=mysqli_query($link,"select * from product where proName='$name' and proStatus ='1'"); $query1=mysqli_query($link,"select catName from category where catUrl='$urli'"); $row1 =mysqli_fetch_object($query1); ?> <div class="container"> <h3><?php echo $row1->catName?></h3> <br /> <br /> <?php $g=2; while($row=mysqli_fetch_object($query)) { ?> <!--<img src="images/p1.jpg" class="img-responsive" alt="/">--> <h1><strong><?=$row->proName?></strong></h1> <div class="clearfix"></div> <div class="row"> <div class="col-md-3 enviroimgalgn"> <a href="admin/produt_thum/<?=$row->proThum?>"><img src="admin/product_images/<?=$row->proImage?>" alt="enviro tech industrial product" width="250" height="190" title="enviro tech industrial product"/></a> <!--<img src="images/fine-filter.jpg" alt="fine-filter"/>--> </div> <div class="col-md-9 envirolist1"> <?=$row->details?><br /> <a href="#contact" class="scroll intBtn">Yes ! I am Interested</a> </div> </div> <?php $g++; ?> <?php } ?> <div class="clearfix"></div> </div> </div> </div> <!--about--> <!--why-choose--> <!--why-choose--> <!--advantage--> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-59a6b13ca8ecb7fc"></script> <?php include ("includes/footer.php"); ?>