<div id="main-content"> <?php if(isset($_GET["page"]) && $_GET["page"] != "home"){ if(file_exists($_GET["page"].".php")){ include($_GET["page"].".php"); }else{ include("PageNotFound.php"); } }else{ include("home.php"); } ?> </div>
<?php echo"<ul> <li><a href='/'>Home</a></li> <li><a href='?page=about'>About</a></li> <li><a href='?page=portfolio'>Portfolio</a></li> <li><a href='#'>Contact</a></li></ul>";?>
This is my navigation page
i dont know how i would make the :active property look.
here's the site right now.
http://attilahajzer.host-ed.net/