Server IP : 103.53.40.154 / Your IP : 18.219.207.115 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/generalmotorsju.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- End Header --> <!-- page-banner-section ================================================== --> <section class="page-banner-section"> <div class="container"> <h1> <?=ucwords(strtolower($pgHeading));?> </h1> <ul class="page-depth"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li class="active"><a href="<?=$site_url?>/products.html"> <?=ucwords(strtolower($pgHeading));?> </a></li> </ul> </div> </section> <!-- End page-banner section --> <!-- services section ================================================== --> <section class="services-section"> <div class="container"> <div class="services-box"> <div class="row"> <div class="col-md-12"> <div class="row"> <?php $sql_category=db_query("select * from tbl_category where 1 and category_parent_id='0' and category_status='Active' order by category_order_by asc"); if(mysqli_num_rows($sql_category)>0){ while($MAIN_CAT=mysqli_fetch_array($sql_category)){ @extract($MAIN_CAT); ?> <div class="col-md-4"> <div class="services-post"> <img src="<?=$site_url?>/uploaded_files/<?=$MAIN_CAT['category_image_name']?>" alt="<?php if($MAIN_CAT['category_is_product']=='Yes'){ ?> Manufacturers Exporters and Wholesale Suppliers of <?=$MAIN_CAT['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? }else{ ?> Service Provider of <?=$MAIN_CAT['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? } ?>" title="<?php if($MAIN_CAT['category_is_product']=='Yes'){ ?> Manufacturers Exporters and Wholesale Suppliers of <?=$MAIN_CAT['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? }else{ ?> Service Provider of <?=$MAIN_CAT['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? } ?>" style="width:100%; height:215px;"> <div class="services-content"> <h2> <?=$MAIN_CAT['category_name'];?> </h2> <?php $description=strip_tags($MAIN_CAT['category_description']);?> <p> <?=substr($description,0,100);?> </p> <a href="<?=$site_url?>/<?=$MAIN_CAT['category_url']?>.html">Read More <i class="fa fa-angle-right"></i></a> </div> </div> </div> <? }} ?> </div> </div> </div> </div> </div> </section> <!-- End services section --> <!-- footer ================================================== --> <?php include("site-footer.php");?>