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: category.php

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

Size: 32.52 KB

Permissions: 0644

<?php 
include_once("include/main.inc.php"); 
@extract($_REQUEST);

if (preg_match('webpulse\.co$/', $_SERVER['HTTP_HOST'], $match)) {
    $match1=$match[1];
    $vanity_url='http://'.$_SERVER['HTTP_HOST'];
}
$actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
$ee=explode('/',$actual_link);
$mm=$ee[4];
$ss=explode('.',$mm);
$cc=$ss[0];
$cat=str_replace("-", " ", $cc);
$cats=ucfirst($cat);
$cat_s="select catImage, catName, displayName, catDesc, catID, catDesc1,catBanner, keyword1, keyword2, keyword3, parentID, headingh1, headingh2,alttag from category_tbl where catName='$cats'";
$cat_q=mysqli_query($GLOBALS['dbconn'],$cat_s);
$num=mysqli_num_rows($cat_q);
$cat_r=mysqli_fetch_array($cat_q);
$category_id=$cat_r['catID'];
$hover='category';
$catn=$cat_r['catName'];
$cat_sql="select catImage, catName, displayName, catDesc, catID, catDesc1,catBanner, parentID from category_tbl where parentID='$category_id' and status='Y'";
$cat_qry=mysqli_query($GLOBALS['dbconn'],$cat_sql);
$cccnum=mysqli_num_rows($cat_qry);
$cat_sql1="select catName, displayName, catID, parentID,catImage,catDesc1,catBanner,keyword1,keyword2,keyword3,headingh1, headingh2,alttag,pageTitle,pageKeywords,pageDescription,multi_image from category_tbl where catID='$category_id'";

$cat_qry1=mysqli_query($GLOBALS['dbconn'],$cat_sql1);
$cat_res=mysqli_fetch_array($cat_qry1);
$pageTitles=$cat_res['catName'];
$disTitles=$cat_res['displayName']; 
$pdes=$cat_res['catDesc'];
$page_desc=$cat_res['catDesc1'];
$page_desc=str_ireplace('{companyName}',$admin_res['companyName'],$page_desc);
$parent=$cat_res['parentID'];
$cat_sql2="select catName, displayName, catID, parentID from category_tbl where catID='$parent'";
$cat_qry2=mysqli_query($GLOBALS['dbconn'],$cat_sql2);
$num2=mysqli_num_rows($cat_qry2);
$cat_res2=mysqli_fetch_array($cat_qry2);
$mparent=$cat_res2['parentID'];
$cat_sql3="select catName, displayName, catID, parentID from category_tbl where catID='$mparent'";
$cat_qry3=mysqli_query($GLOBALS['dbconn'],$cat_sql3);
$num3=mysqli_num_rows($cat_qry3);
$cat_res3=mysqli_fetch_array($cat_qry3);
$mmparent=$cat_res3['parentID'];
$cat_sql4="select catName, displayName, catID, parentID from category_tbl where catID='$mmparent'";
$cat_qry4=mysqli_query($GLOBALS['dbconn'],$cat_sql4);
$num4=mysqli_num_rows($cat_qry4);
$cat_res4=mysqli_fetch_array($cat_qry4);
$mobile=$admin_res['mobile'];
$city=$admin_res['city'];
$state=$admin_res['state'];
$country=$admin_res['country'];
$companyName=$admin_res['companyName'];
$address=$admin_res['address']; 
$multi_image = explode(',', $cat_res['multi_image']);

if($cat_res['catImage']!=''){
    $imglink= getImage($cat_res[catImage], 500, 500, $cat_res[catName],"/uploaded-files/category/images/");
    } else {
        $imglink= getImage("noimage.jpg", 500, 500, "noimages","/uploaded-files/category/images/");
    } 
    
    if($cat_res['keyword1']!='' && $cat_res['keyword2']!='' && $cat_res['keyword3']!=''){
        // echo "3";
        // exit;
        $m_title="hotkeyword1 in state, hotkeyword2 Manufacturers, Suppliers Exporters in country";
        $page_metatitle=str_replace('hotkeyword1',$cat_res[keyword1],str_replace('hotkeyword2', $cat_res[keyword2],  str_replace('state', $admin_res[targetlocation], str_replace('country', $admin_res[country], $m_title))));
        $m_keyword="hotkeyword1 in state, hotkeyword2 in state, hotkeyword3 in state, hotkeyword1 Manufacturers in state, hotkeyword2 Manufacturers in state, hotkeyword3 Manufacturers in state, hotkeyword1 Suppliers in state, hotkeyword2 Suppliers in state, hotkeyword1 Exporters in state, hotkeyword2 Exporters in state";
        $page_metakey = str_replace('hotkeyword1',$cat_res[keyword1],str_replace('hotkeyword2', $cat_res[keyword2], str_replace('hotkeyword3', $cat_res[keyword3], str_replace('state', $admin_res[targetlocation],$m_keyword))));
        $m_desc="companyName leading hotkeyword1 Manufacturers in state, Since 2016. Premium Quality hotkeyword2 Suppliers Exporters in country, Get latest factory price for hotkeyword3. Call phone, ✓Fast Delivery ✓Good Price ✓Premium Quality";
        $page_metadesc= str_replace('hotkeyword1',$cat_res[keyword1],str_replace('hotkeyword2', $cat_res[keyword2],str_replace('companyName', $admin_res[companyName], str_replace('phone', $admin_res[mobile_meta], str_replace('hotkeyword3', $cat_res[keyword3], str_replace('state', $admin_res[targetlocation],str_replace('country', $admin_res[state],$m_desc)))))));
    } 
    else if($cat_res['keyword1']!='' && $cat_res['keyword2']!=''){
        // echo "2";
        // exit;
        $m_title="hotkeyword1 in state, hotkeyword2 Manufacturers, Suppliers Exporters in country";
        $page_metatitle=str_replace('hotkeyword1',$cat_res[keyword1],str_replace('hotkeyword2', $cat_res[keyword2],  str_replace('state', $admin_res[targetlocation],str_replace('country', $admin_res[country], $m_title))));
        $m_keyword="hotkeyword1 in state, hotkeyword2 in state, hotkeyword1 Manufacturers in state, hotkeyword2 Manufacturers in state, hotkeyword1 Suppliers in state, hotkeyword2 Suppliers in state, hotkeyword1 Exporters in state, hotkeyword2 Exporters in state";
        $page_metakey = str_replace('hotkeyword1',$cat_res[keyword1],str_replace('hotkeyword2', $cat_res[keyword2],  str_replace('state', $admin_res[targetlocation], $m_keyword)));
        $m_desc="companyName leading hotkeyword1 Manufacturers in state, Since 2016. Premium Quality hotkeyword2 Suppliers Exporters in India, Get latest factory price for hotkeyword1. Call phone, ✓Fast Delivery ✓Good Price ✓Premium Quality";
        $page_metadesc= str_replace('hotkeyword1',$cat_res[keyword1],str_replace('hotkeyword2', $cat_res[keyword2],str_replace('companyName', $admin_res[companyName], str_replace('phone', $admin_res[mobile_meta], str_replace('state', $admin_res[targetlocation],str_replace('country', $admin_res[state],$m_desc))))));
    }
    else if($cat_res['keyword1']!=''){
        // echo "1";
        // exit;
        $m_title="hotkeyword1 in state, hotkeyword1 Manufacturers, Suppliers Exporters in country";
        $page_metatitle=str_replace('hotkeyword1',$cat_res[keyword1], str_replace('state', $admin_res[targetlocation], str_replace('country', $admin_res[country], $m_title)));
        $m_keyword="hotkeyword1 in state, hotkeyword1 Manufacturers in state, hotkeyword1 Suppliers in state, hotkeyword1 Exporters in state";
        $page_metakey = str_replace('hotkeyword1',$cat_res[keyword1], str_replace('state', $admin_res[targetlocation], $m_keyword));
        $m_desc="companyName leading hotkeyword1 Manufacturers in state, Since 2016. Premium Quality hotkeyword1 Suppliers Exporters in country, Get latest factory price for hotkeyword1. Call phone, ✓Fast Delivery ✓Good Price ✓Premium Quality";
        $page_metadesc= str_replace('hotkeyword1',$cat_res[keyword1], str_replace('companyName', $admin_res[companyName], str_replace('phone', $admin_res[mobile_meta], str_replace('state', $admin_res[targetlocation],str_replace('country', $admin_res[state],$m_desc)))));
    } else{
        // echo "0";
        // exit;
     $page_metatitle=$cat_res['pageTitle'];
     $page_metakey=$cat_res['pageKeywords'];
    $page_metadesc=$cat_res['pageDescription'];
    }


if($cat_res['headingh1']!=''){
    $heading1=$cat_res['headingh1'];
}else{
    $heading1=$disTitles;
}

if($cat_res['headingh2']!=''){
    $heading2=$cat_res['headingh2'].' in '.$admin_res['targetlocation'];
}else{
    $heading2=$disTitles.' in '.$admin_res['targetlocation'];
}

if($cat_res['alttag']!=''){
    $alttag=$cat_res['alttag'].' in '.$admin_res['targetlocation'];
}else{
    $alttag=$disTitles.' in '.$admin_res['targetlocation'];
}

if(mysqli_num_rows($cat_q) > 0)
{ ?>
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <?php include "app_top.php"; ?>
</head>

<body>
    <?php include "app_header.php"; ?>
    <section class="heading_banner" style="background-image: url(<?=site_url;?>/designer/images/category-banner.jpg)">
        <div class="container">
            <div class="row">
                <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-center">
                    <h1 class="cat_title"><?=$heading1;?></h1>
                    <div class="clearfix"></div>
                </div>
            </div>
        </div>
    </section>
    <div class="inner_breadcrumb hidden_xs">
        <div class="container">
            <div class="row">
                <div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
                    <ul class="breadcrumb">
                        <?php if($num4 > 0) {?>
                        <li><a href="<?=site_url;?>/<?=getValidFileName($cat_res4['catName']);?>.htm"
                                title="<?php echo $cat_res4['catName']; ?> "><?php echo $cat_res4['catName']; ?></a>
                        </li>
                        <?php } ?>
                        <?php if($num3 > 0) {?>
                        <li><a href="<?=site_url;?>/<?=getValidFileName($cat_res3['catName']);?>.htm"
                                title="<?php echo $cat_res3['catName']; ?>"><?php echo $cat_res3['catName']; ?></a>
                        </li>
                        <?php } ?>
                        <?php if($num2 > 0) {?>
                        <li><a href="<?=site_url;?>/<?=getValidFileName($cat_res2['catName']);?>.htm"
                                title="<?php echo $cat_res2['catName']; ?>"><?php echo $cat_res2['catName']; ?></a>
                        </li>
                        <?php  } ?>
                        <li class="active"><?php echo $cat_res['catName'];?></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
    <section class="category_page bg-white">
        <div class="container">
            <div class="row">
                <div class="col-md-12 col-lg-3 mb-3 mb-lg-0">
                    <div class="">
                        <div class="vs-accordion1   why-choose-us-sd accordion" id="vsaccordion">
                          
                                <?php 
                           $i = 1;
                     $left_cat1=mysqli_query($GLOBALS['dbconn'],"select catImage, catName, displayName, catDesc, catID,catBanner from category_tbl where parentID='0' and status='Y' order by catOrder asc limit 0,8");
                     while($home_cat_res2=mysqli_fetch_assoc($left_cat1)){
                     $catids=$home_cat_res2['catID'];
                     ?>
  <div class="accordion-item py-0 mb-0 bg-white border px-3 mb-1 rounded">
                                <div class="accordion-header">
                                    <button class="accordion-button fs-16 fw-bold lsp-5 text-black text-capitalize px-0 bg-transparent collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?=$i;?>" aria-expanded="true" aria-controls="collapse<?=$i;?>">
                                        <?=$home_cat_res2['displayName'];?>
                                    </button>
                                </div>

                                <div id="collapse<?=$i;?>" class="accordion-collapse h-auto collapse <?= $catids==$category_id || $catids==$parent ? 'show': '' ?>" data-bs-parent="#vsaccordion">
                                    <div class="accordion-body px-0">
                                        <ul class="footer-links mt-0 pt-0 h-auto">

                                            <?php


   $subcat_sql1=mysqli_query($GLOBALS['dbconn'],"select catImage, catName, displayName, catDesc, catID, catDesc1, parentID from category_tbl where parentID ='$catids' and status='Y'  order by catOrder Asc");

while($sub_res1=mysqli_fetch_array($subcat_sql1)) {


?>

                                            <li><a href="<?=site_url;?>/<?=getValidFileName($sub_res1['catName']);?>.htm"
                                                    title="<?php echo $sub_res1['catName']; ?> in <?= $admin_res['targetlocation']; ?>">
                                                    <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
                                                        fill="currentColor" viewBox="0 0 16 16">
                                                        <path
                                                            d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z">
                                                        </path>
                                                    </svg> <?php echo $sub_res1['catName']; ?>
                                                </a></li>
                                            <?php }?>



                                        </ul>


                                    </div>
                                </div>
                            </div>
                            <?php $i++; } ?>
                        
                        </div>
                    </div>

                </div>
                <div class="col-xxl-9 col-xl-9 col-lg-9 col-md-12 col-sm-12 col-12">
                    <h2 class="aboutTitle text-start"><span> <?=$heading2;?></span></h2>
                    <!-- <h2 class="title_2">Industrial Couplings</h2> -->
                    <div class="wps_right">
                        <div class="product_right_image">
                            <div class="more_images">
                                <div class="single_image">
                                    <a href="javascript:void(0);" data-bs-toggle="modal" data-bs-target="#productID"
                                        onclick="$('.catID').val('<?php echo $cat_res['catID'];?>');
                                        $('.catName').html('<?php echo $cat_res['catName'];?>');
                                        $('.catImg').attr('src','<?=$imglink;?>');  $('.catImg').attr('alt','<?=$alttag;?>'); $('.catImg').attr('title','<?=$alttag;?>');"
                                        title="<?=$alttag;?>">
                                        <img id="largeImage" src="<?=$imglink;?>" alt="<?=$alttag;?>"
                                            title="<?=$alttag;?>">
                                    </a>
                                </div>
                                <div id="thumbs">
                                    <?php

                                    if (!empty($multi_image[0])) {
                                        $snn = 1;
                                      foreach ($multi_image as $multi_imag_vals) { ?>
                                    <img class="item"
                                        src="<?= site_url; ?>/uploaded-files/category/images/<?= $multi_imag_vals; ?>"
                                        alt="<?= $disTitles; ?> in <?= $admin_res['targetlocation']; ?>"
                                        title="<?= $disTitles; ?> in <?= $admin_res['targetlocation']; ?>">
                                    <?php $snn++;
                                     }
                                    }
                                 ?>
                                </div>
                            </div>
                            <a class="moreBtn px-3 w-auto" href="javascript:void(0);" data-bs-toggle="modal"
                                data-bs-target="#productID" data-bs-toggle="modal" data-bs-target="#productID"
                                onclick="$('.catID').val('<?php echo $cat_res['catID'];?>');
$('.catName').html('<?php echo $cat_res['catName'];?>');
$('.catImg').attr('src','<?=$imglink;?>');  $('.catImg').attr('alt','<?=$alttag;?>'); $('.catImg').attr('title','<?=$alttag;?>');" title="<?=$alttag;?>" title="Get Best Quote"><svg
                                    xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
                                    viewBox="0 0 16 16">
                                    <path
                                        d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z">
                                    </path>
                                </svg> Get Best Quote</a>
                        </div>
                        <?php echo html_entity_decode($page_desc);?>
                        <?php 
$product_s= mysqli_query($GLOBALS['dbconn'],"select product_image,product_title,catalog,product_id,product_video,product_specfi from product_tbl where   FIND_IN_SET('" . $cat_res['catID'] . "',product_cat) ");
                       $num=mysqli_num_rows($product_s);
                       if($num > 0)
                       {    ?>
                        <div class="you_may aboutTitle text-dark text-start mt-4"> Products Related to
                            <span><?=$disTitles;?></span>
                        </div>
                        <div class="allListing">
                            <?php $i=1;

while($product_r=mysqli_fetch_array($product_s)){
         $pro_image =  explode(',',$product_r['product_image']);
        $probig_img=$pro_image[0];
        $prod_img=getImage($probig_img, 400, 400, $product_r['product_title'],"/uploaded-files/product-images/");
         $prod_imgsmall=getImage($probig_img, 175, 177, $product_r['product_title'],"/uploaded-files/product-images/");
        ?>
                            <div class="product_listing">
                                <div class="row">
                                    <div class="col-xxl-4 col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
                                        <div class="product">
                                            <div class="single_image">
                                                <a class="largeImage" id="bigImage1" href="javascript:void(0);"
                                                    data-bs-toggle="modal" data-bs-target="#productID"
                                                    onclick="$('.catID').val('<?php echo $product_r['product_id'];?>');
$('.catName').html('<?php echo $product_r['product_title'];?>');  $('.catImg').attr('src','<?=$prod_img;?>'); $('.catImg').attr('alt','<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>'); $('.catImg').attr('title','<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>');"
                                                    title="<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>">
                                                    <img src="<?=$prod_img;?>"
                                                        alt="<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>"
                                                        title="<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>">
                                                </a>
                                            </div>
                                            <div id="small1" class="small">
                                                <?php

if(!empty($pro_image[1])){
    $snn=1;
foreach($pro_image as $pro_imag_vals){?>
                                                <img class="item active"
                                                    src="<?=site_url;?>/uploaded-files/product-images/<?=$pro_imag_vals;?>"
                                                    alt="<?=$product_r['product_title'];?> Manufacturers, Suppliers in <?=$admin_res['targetlocation'];?>"
                                                    title="<?=$product_r['product_title'];?> Manufacturers, Suppliers in <?=$admin_res['targetlocation'];?>">
                                                <?php } } ?>
                                                <?php if($product_r['product_video']!=''){ ?>
                                                <div class="item youtube">
                                                    <a data-fancybox
                                                        href="https://www.youtube.com/watch?v=<?=$product_r['product_video'];?>">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
                                                            fill="currentColor" viewBox="0 0 16 16">
                                                            <path
                                                                d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z" />
                                                        </svg></a>
                                                </div>
                                                <?php } ?>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="col-xxl-8 col-xl-8 col-lg-8 col-md-6 col-sm-12 col-12">
                                        <div class="right-content">
                                            <h3><?=$product_r['product_title'];?></h3>
                                            <div class="blue-line1"></div>
                                            <div class="product_showcase">
                                                <?php if($product_r['catalog']!=''){ ?>
                                                <div class="productBrochureandvideo">
                                                    <a href="<?=site_url;?>/uploaded-files/pdf/<?=$product_r['catalog'];?>"
                                                        title="Product Brochure" target="_blank">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
                                                            fill="currentColor" class="bi bi-filetype-pdf"
                                                            viewBox="0 0 16 16">
                                                            <path fill-rule="evenodd"
                                                                d="M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z">
                                                            </path>
                                                        </svg>
                                                        <span>Product Brochure</span>
                                                    </a>
                                                </div>
                                                <?php } ?>
                                            </div>
                                            <div class="more_info">
                                                <?=html_entity_decode($product_r['product_specfi']);?>
                                            </div>
                                            <div class="clearfix"></div>
                                            <a class="moreBtn  w-auto" href="javascript:void(0);" data-bs-toggle="modal"
                                                data-bs-target="#productID"
                                                onclick="$('.catID').val('<?php echo $product_r['product_id'];?>');
$('.catName').html('<?php echo $product_r['product_title'];?>');  $('.catImg').attr('src','<?=$prod_img;?>'); $('.catImg').attr('alt','<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>'); $('.catImg').attr('title','<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>');"
                                                title="Get Best Quote"><svg xmlns="http://www.w3.org/2000/svg"
                                                    width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
                                                    <path
                                                        d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z" />
                                                </svg> Get Best Quote</a>
                                            <a href="javascript:void(0);" data-bs-toggle="modal"
                                                data-bs-target="#callback"
                                                onclick="$('.catID').val('<?php echo $product_r['product_id'];?>');
$('.catName').html('<?php echo $product_r['product_title'];?>');  $('.catImg').attr('src','<?=$prod_imgsmall;?>'); $('.catImg').attr('alt','<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>'); $('.catImg').attr('title','<?=$product_r['product_title'];?> in <?=$admin_res['targetlocation'];?>');"
                                                class="moreBtn  w-auto callback" title="Request A Callback">
                                                <svg fill="currentColor" width="24px" height="24px" viewBox="0 0 24 24"
                                                    xmlns="http://www.w3.org/2000/svg">
                                                    <g data-name="Layer 2">
                                                        <g data-name="phone-call">
                                                            <rect width="24" height="24" opacity="0" />
                                                            <path
                                                                d="M13 8a3 3 0 0 1 3 3 1 1 0 0 0 2 0 5 5 0 0 0-5-5 1 1 0 0 0 0 2z" />
                                                            <path
                                                                d="M13 4a7 7 0 0 1 7 7 1 1 0 0 0 2 0 9 9 0 0 0-9-9 1 1 0 0 0 0 2z" />
                                                            <path
                                                                d="M21.75 15.91a1 1 0 0 0-.72-.65l-6-1.37a1 1 0 0 0-.92.26c-.14.13-.15.14-.8 1.38a9.91 9.91 0 0 1-4.87-4.89C9.71 10 9.72 10 9.85 9.85a1 1 0 0 0 .26-.92L8.74 3a1 1 0 0 0-.65-.72 3.79 3.79 0 0 0-.72-.18A3.94 3.94 0 0 0 6.6 2 4.6 4.6 0 0 0 2 6.6 15.42 15.42 0 0 0 17.4 22a4.6 4.6 0 0 0 4.6-4.6 4.77 4.77 0 0 0-.06-.76 4.34 4.34 0 0 0-.19-.73zM17.4 20A13.41 13.41 0 0 1 4 6.6 2.61 2.61 0 0 1 6.6 4h.33L8 8.64l-.54.28c-.86.45-1.54.81-1.18 1.59a11.85 11.85 0 0 0 7.18 7.21c.84.34 1.17-.29 1.62-1.16l.29-.55L20 17.07v.33a2.61 2.61 0 0 1-2.6 2.6z" />
                                                        </g>
                                                    </g>
                                                </svg> Request A Callback</a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <?php $i++; } ?>
                        </div>
                        <?php } ?>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <div class="webpulse_home_featured1 float-start w-100 py-5 bg-light">
        <div class="container">
            <div class="aboutTitle">You may <span>Also Like These</span> </div>
            <p class="w-75 mx-auto mb-4 text-center">Optimize your machinery's performance with our premium selection of
                Industrial Couplings, Gears, Sprockets, Chains, and Pulleys, designed for durability and reliability at
                Anant Engineering.</p>
            <div class="clearfix"></div>
            <div class="row">
                <div class="col-lg-12">
                    <div id="featuredProducts" class="owl-carousel featuredProducts3">

                
                        <?php

if(mysqli_num_rows($cat_qry)>0){
$subcat_sql=$cat_qry;
}else{
   $subcat_sql=mysqli_query($GLOBALS['dbconn'],"select catImage, catName, displayName, catDesc, catID, catDesc1, parentID from category_tbl where parentID ='$parent' and status='Y' and catID!='$category_id' order by catOrder Asc");
}

while($sub_res=mysqli_fetch_array($subcat_sql)) {

if($sub_res['catImage'] != ''){
    $img_link = getImage($sub_res[catImage], 350, 350, $sub_res[catName],"/uploaded-files/category/images/");
}else{
    $img_link = getImage("noimage.jpg",  350, 350, "noimages","/uploaded-files/category/images/");
}
$sub_desc=$sub_res['catDesc'];
$sub_desc=str_ireplace('{companyName}',$admin_res['companyName'],$sub_desc);
?>
                        <div class="item">
                            <div class="serviceBox text-center rounded-3 overflow-hidden border border-muted">
                                <div class="image">
                                    <a href="<?=site_url;?>/<?=getValidFileName($sub_res['catName']);?>.htm"
                                        title="<?= $sub_res['displayName'];?> in <?=$admin_res['targetlocation'];?>">
                                        <img src="<?=$img_link;?>"
                                            alt="<?= $sub_res['displayName'];?> in <?=$admin_res['targetlocation'];?>"
                                            title="<?= $sub_res['displayName'];?> in <?=$admin_res['targetlocation'];?>">
                                    </a>
                                </div>
                                <div class="p-3">
                                    <a href="<?=site_url;?>/<?=getValidFileName($sub_res['catName']);?>.htm"
                                        title="<?= $sub_res['displayName'];?> in <?=$admin_res['targetlocation'];?>">
                                        <h4 class="serviceTitle title3 text-center py-2 mb-0">
                                            <?= $sub_res['displayName'];?></h4>
                                    </a>
                                    <p><?=html_entity_decode($sub_desc);?></p>
                                    <div class="d-flex align-items-center justify-content-between">
                                        <a class="read_more bg-dark1 moreBtn  w-auto px-1 mb-2"
                                            href="<?=site_url;?>/<?=getValidFileName($sub_res['catName']);?>.htm"
                                            title="Read More"> Read More
                                        </a>
                                        <a class="read_more moreBtn  w-auto mb-2 bg-dark2 px-1"
                                            href="javascript:void(0);" data-bs-toggle="modal"
                                            data-bs-target="#productID"
                                            onclick="$('.catID').val('<?php echo $sub_res['catID'];?>');
$('.catName').html('<?php echo $sub_res['catName'];?>');
$('.catImg').attr('src','<?= $img_link1;?>'); $('.catImg').attr('alt','<?= $sub_res['displayName'];?> in <?=$admin_res['targetlocation'];?>'); $('.catImg').attr('title','<?= $sub_res['displayName'];?> in <?=$admin_res['targetlocation'];?>');"
                                            title="Enquiry Now">
                                            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
                                                fill="currentColor" viewBox="0 0 16 16">
                                                <path
                                                    d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558L0 4.697ZM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z">
                                                </path>
                                            </svg>&nbsp; Enquiry Now</a>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <?php } ?>

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

    <?php include "app_footer.php"; ?>
    <?php include "app_bottom.php"; ?>
</body>

</html>
<?php
}

else
{
    header("Location: ".site_url);
    exit;
}
?>

← Back to Directory Edit File 🔒 Chmod

WP File Manager