Mini Shell
<!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 = 002;
$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