Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- index.php
- <?php
- $menu_active=@$_GET['isi'];
- if ($_GET['isi']=="home") {
- $geto=$_GET['isi'];
- $body="page/home.php";
- $stmu = '';
- }elseif ($_GET['isi']=="about") {
- $stmu = '';
- $body="page/about.php";
- }else {
- echo "halaman awal<br/>";
- $stmu="";
- $body="";
- }
- echo $stmu;
- include 'header.php';
- include $body;
- include 'footer.php';
- ?>
Add Comment
Please, Sign In to add comment