Mini Shell

Direktori : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/
Upload File :
Current File : /var/www/vhosts/ccp.ac.th/smtp.ccp.ac.th/httpdocs/contact.php

<!DOCTYPE html>
<html lang="en">
<head>   
<title>ติดต่อโรงเรียนเทศบาลวัดชัยชุมพล | CCP</title>
<meta name="description" content="เลขที่ 193 ถ.ทุ่งสง-สุราษฎร์ ต.ปากแพรก อ.ทุ่งสง จ.นครศรีธรรมราช 80110 | โรงเรียนเทศบาลวัดชัยชุมพล | Watchaichumpol municipality school">
<?php include 'head.php'; ?>
</head> 
<?php include 'header.php'; ?>
<body>
	
	<!-- Breadcrumb section -->
	<div class="site-breadcrumb">
		<div class="container">
                    <a href="index.php"><i class="fa fa-home"></i> หน้าหลัก</a> <i class="fa fa-angle-right"></i>
			<span>ติดต่อ</span>
		</div>
	</div>
	<!-- Breadcrumb section end -->


	<!-- Courses section -->
	<section class="contact-page spad pt-0">
		<div class="container">

    <?php
        $content_id = 003;
        $sql_content = "SELECT * FROM content  WHERE content_id = $content_id ";
        $result_content = mysqli_query($link, $sql_content);
        $row_content = mysqli_fetch_array($result_content);
        echo $row_content['content'];       
      ?>  
                    
                    
                    
			<div class="contact-form spad pb-0">
				<div class="section-title text-center">
					<h3>ส่งข้อความ</h3>
					<p>ติดต่อเราเพื่อรับข้อเสนอและความคิดเห็น</p>
				</div>
				<form class="comment-form contact">
					<div class="row">
						<div class="col-lg-4">
							<input type="text" placeholder="ชื่อ">
						</div>
						<div class="col-lg-4">
							<input type="text" placeholder="อีเมล์">
						</div>
						<div class="col-lg-4">
							<input type="text" placeholder="เรื่อง">
						</div>
						<div class="col-lg-12">
							<textarea placeholder="ข้อความ"></textarea>
							<div class="text-center">
								<button class="site-btn">ส่ง</button>
							</div>
						</div>
					</div>
				</form>
			</div>
		</div>
	</section>
	<!-- Courses section end-->


	<?php include 'footer.php'; ?>

	<!-- load for map -->
	<script src=""></script>
	<script src="js/map.js"></script>
	
</body>
</html>

Zerion Mini Shell 1.0