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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/pilingdrillingservices.com/area-page.php
<?php
    include_once"admin/config.php";
    $slug_urlt = $_GET['slug_url'];
    if(isset($_SERVER['PATH_INFO'])){
    $slug_urlt=$_SERVER['PATH_INFO'];
    $sqlt = "SELECT * FROM `tb5_services` WHERE slug_url='$slug_urlt'";
    $runt = mysqli_query($db,$sqlt) or die("Query Not run");
    $datat = mysqli_fetch_assoc($runt);
  }
?>
<!DOCTYPE html>
<html lang="zxx">
    
<head>
    <meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<title><?php echo $datat['meta_title']?></title>
	<meta name="description" content="<?php echo $datat['meta_desc']?>">
    <!-- .....top links..... -->
    <?php include 'toplink.php'?>

    <?php include 'header.php'?>
<!--.....hem....-->
  <section style="height:150px;width:100%;background-image:url("im")" class="hem img-fluid">
    <div class="container">
        <div class="row">
            <div style="padding-top:50px" class="col text-center ">
                <a href="<?php echo $wspath?>">Home</a> / <a href="<?php echo $wspath?>services.html"> Services</a>
                <h4 style="color:white"><?php echo $datat['src_name']?></h4>
            </div>
        </div>
    </div>
  </section>
    
    <!--......service contant....-->
     <div style="background-color:#F4F4F4" class="section section-about section-pad">
<h1 style="color:#ED4B41" class="text-center py-3"><?php echo $datat['src_name']?></h1>
		
		<div class="container">
			<div class="content row">
				<div class="row row-vm">
					<div class="col-md-6 res-m-bttm">
						<h1><?php echo $datat['cat_name']?></h1>
						<div style="text-align:justify;"><?php echo $datat['src_desc']?></div>
                        
					</div>
					<div class="col-md-5 col-md-offset-1">
						<img src="<?php echo $wspath?>image/<?php echo $datat['src_image']?>" alt="<?php echo $datat['src_name']?>">
					</div>
				</div>

			</div>	
            <ul>
            <!--<li class="quote-btn text-center "><a class="btn" href="#">More</a></li>-->
            </ul>
		</div>
	</div>
	
	<!--.........area section......-->

    <?php include 'form.php'?>
    
    <?php include 'area.php'?>
    
    <?php include 'area-section.php'?>
    
    <?php include 'footer.php'?>

MMCT - 2023