file header yang sama tetapi judul halaman berbeda dalam php
<?php
$pageTitle = 'Page 2';
include 'header.php';
?>
<div>My content</div>
<?php include 'footer.php'; ?>
faheem