Server IP : 153.92.220.142 / Your IP : 216.73.216.232 Web Server : LiteSpeed System : Linux nl-srv-web513.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64 User : u444427800 ( 444427800) PHP Version : 8.1.32 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u444427800/domains/dronacharyasunayana.com/../velvethomez.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- services --> <?php $result_services = $conn->query("SELECT * FROM `services`"); if ($result_services->num_rows > 0) {?> <div class="services-section section"> <div class="container"> <div class="heading text-center"> <h4>OUR SERVICES</h4> <h2>What We’re Providing</h2> </div> <div class="flex-row justify-content-between pt-25 align-items-center"> <?php while ($row_services = $result_services->fetch_assoc()) { $string = str_replace(' ', '', $row_services["heading"]); $href_hash= strtolower(preg_replace('/[^A-Za-z0-9\-]/', '', $string));?> <div class="col-3 text-center" id="<?php echo $href_hash?>"> <img src="admin/services/<?php echo $row_services["image"]?>" alt=""> <h3 class="pt-20"><?php echo $row_services["heading"]?></h3> <div class="content"> <p class="pt-10"><?php $text= $row_services ["content"]; echo substr($text,0,70).'...';?></p> <a href="services.php#<?php echo $href_hash?>">..read more</a> </div> </div> <?php }?> </div> </div> </div> <?php }?> <!-- services -->