5tarl0rd

Current Path : /home/tiporg/www/sym/0-tiporg.txt/
Upload File :
Current File : /home/tiporg/www/sym/0-tiporg.txt/contact-us.php

<?php 


include("inc/config.php");


include("inc/functions.php");





$query = "select * from tbl_dynamic_pages where page_id='2'";


$result = mysqli_query($link,$query);


$row = mysqli_fetch_array($result);

?>


<!DOCTYPE html>


<html lang="en">


	<head>


	<?php include("inc/top-scripts.php");?>


	<script>


	function frmsubmit()


	{


     	document.getElementById("contactForm").submit();


	} 


	</script>


	</head>





	<body>


	


		


		<?php include("inc/header.php");?>


	





		 


	


	


		<!-- ::::::::::::::::::::: start intro section:::::::::::::::::::::::::: -->


		<section class="section-padding darker-bg new-padding">


			<div class="container">


				<div class="row">


					<div class="col-lg-12">


						<div class="intro-title">


							<h2><?php echo $row['title'];?></h2>


							<div class="text-justify">


							


							 


			<p>&nbsp;</p>


								<?php echo stripslashes($row['page_descn']);?>


								<p>&nbsp;</p>


							</div>


						</div>


					</div>


				</div>


				 


			</div>


		</section><!-- intro area end -->


	


	


		


	





		 


	


		<?php include("inc/footer.php");?>





		





		<?php include("inc/bottom-scripts.php");?>


	</body>


</html>

5tarL0rd By 5tarl0rd Being Anonymous