Server : LiteSpeed
System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User : outerorb ( 1091)
PHP Version : 8.1.34
Disable Function : mail
Directory :  /home2/outerorb/dev.outerorbittech.com/anant-engg/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: app_clients.php

Path: /home2/outerorb/dev.outerorbittech.com/anant-engg/app_clients.php

Size: 1.11 KB

Permissions: 0644

<!-- Home Clients -->
<div class="webpulse_home_clients py-5 bg-white">
    <div class="container">
        <div class="aboutTitle">Our <span> Clients</span></div>
        <p class="w-75 mx-auto text-center mb-4">Our clients are the heartbeat of our success. Renowned names in various industries trust us for their industrial needs. From small businesses to large enterprises, our quality solutions have earned their confidence.</p>
        <div class="clearfix"></div>
        <div id="clients" class="owl-carousel trade_partner">
        <?php $client_sql= mysqli_query($GLOBALS['dbconn'],"select logo_image,name from client_tbl");
    while($client_res= mysqli_fetch_assoc($client_sql)){
    ?>
            <div class="item wow fadeInDown" data-wow-delay=".2s">
                <div class="clients">
                    <div class="image">
                    <img src="<?=site_url;?>/uploaded-files/client-image/<?=$client_res['logo_image'];?>" alt="<?=$client_res['name'];?>" title="<?=$client_res['name'];?>">
                    </div>
                </div>
            </div>
<?php } ?>
           

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

← Back to Directory Edit File 🔒 Chmod

WP File Manager