Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ hi-techplasticltd.com/

//home/bdapparelinfo/hi-techplasticltd.com/productlist.php

<link rel="stylesheet" type="text/css" href="css/jquery.fancybox.css"> 
 <section class="product-page-details">
	<div class="container">
    	<div class="grid">
        <?php  		 
        $sqlquery = mysql_fetch_array(mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='$Pid' and position='Body'"));
        if($sqlquery){ 
            $sql_query = mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='$Pid' and position='Body'");
            while ($catpresult = mysql_fetch_array($sql_query)){
        ?> 
            <figure class="" style="min-height: 300px;">
                <a href="about.php?page=<?=$catpresult['url_name'];?>"><img src="media/<?=$catpresult['image'];?>" alt="<?=$catpresult['cat_name'];?>"/></a>
                <figcaption style="top: 89%; right: 36%; padding: 6px; background: #ffffff;">
                    <h2><a href="about.php?page=<?=$catpresult['url_name'];?>" style="color: #000;"><?=$catpresult['cat_name'];?></a></h2> 
                </figcaption>			
            </figure> 
      <?php }///end while
      }else{ 
			$SQL_pro_img = mysql_query("select * from pages_content where content_pages_name='$Pages' ORDER BY `id` DESC"); 					 
    		while ($presult = mysql_fetch_array($SQL_pro_img))
    		{
      ?>
      
            <figure class="effect-winston wow fadeInDown" data-wow-duration="3s" data-wow-delay=".3s">
                <img src="media/<?=$presult['image'];?>" alt="<?=$presult['title'];?>"/>
                <figcaption>
                    <p>
                    	<a class="fancybox" title="<?=$presult['title'];?>" href="media/<?=$presult['image'];?>"><i class="fa fa-fw fa-search"></i></a>
                        <!--<a href="#alert" class="fancybox" title="Enquiry Now"><i class="fa fa-fw fa-paper-plane"></i></a>-->
                    </p>
                </figcaption>	
                    <h2><?=$presult['title'];?></h2>		
            </figure> 
      
    <?php		}///end while loop
      }?>
      
        </div>
    </div>
</section>