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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/digitala2z.com/packages.php
<?php include_once 'site-header.php';?>

      <div class="clearfix"></div>
      <!-- BREAADCRUMB SECTION -->
      <section class="my-breadcrumb parallex">
         <div class="container page-banner">
            <div class="row">
               <div class="col-sm-6 col-md-6">
                  <h1>Packages</h1>
               </div>
               <div class="col-sm-6 col-md-6">
                  <ol class="breadcrumb pull-right">
                     <li><a href="<?=$site_url?>">Home</a></li>
                     <li class="active">Packages</li>
                  </ol>
               </div>
            </div>
         </div>
      </section>
      
      <section class="pricing-section light-blue">
         <div class="container">
            <div class="row" id="packages-area">
               <div class="col-md-12 col-sm-12 col-xs-12 heading">
                  <span class="heading-letter-style">P</span>
                  <div class="main-heading-container">
                     <!--<h1>Web Designing</h1>-->
                    <?//=db_scalar("select site_pages_description from tbl_site_pages where site_pages_link='packages'");?> 
                <p style="font-family: Verdana,Geneva,sans-serif;">  <?=str_replace("LOCATION",$locationName,db_scalar("select site_pages_description from tbl_site_pages where site_pages_link='packages'"))?></p>
                  
                  </div>
               </div>


               <div class="col-md-12 col-sm-12 col-xs-12 nopadding">
                 


<?php
$pack_sql=db_query("select * from tbl_package where package_status='Active' and package_parent_id=0 order by package_order_by ");
while($pack_res=mysqli_fetch_array($pack_sql))
{?>


<div class="col-md-4 col-sm-6 col-xs-12">
<div class="pricing-table-small">
<div class="pricing-table-small-title text-center">
<h1><strong><?=$pack_res['package_category_name']?></strong></h1>
</div>
<!--<div class="pricing-table-small-content">
<h1 class="pts-price"><i class="fa fa-inr"></i> <?=$pack_res['package_price']?><small> / For <?=$pack_res['package_months']?> Months</small></h1>
<div class="features_left">
<?=$pack_res['package_description']?>
</div>
</div>-->
<div class="pricing-table-small-button text-center">
<a href="<?=$site_url?>/<?=$pack_res['package_category_url']?>.htm" class="btn btn-custom"><span> View Package</span><i class="fa fa-angle-right"></i></a>
</div> 
</div>
</div>


<?}?>


                


                  



               </div>
            </div>
         </div>
      </section>
      <?php include_once 'site-footer.php';?>

MMCT - 2023