"; if(isset($_GET['content'])) { $content=htmlspecialchars($_GET['content']); if($content=="person") include("person.html"); else if($content=="blog") include("blog.html"); else include("$content.php"); } else include("start.html"); echo "
"; include("footer.html"); ?>