here is my code:
<html>
<head>
<?php include ("header.html"); ?>
</head>
<body>
<?php include ("navi.html"); ?>
<?php include ("test3.html"); ?>
</body>
</html>
so i constantly want to stay on this home page but when someone clicks a link from the navi.html
i want a new page to load in place of : <?php include ("test3.html"); ?>
kindve how like an iframe would function but i dont know how to do that with php. live site can be seen here: http://goo.gl/5lTgm
<html>
<head>
<?php include ("header.html"); ?>
</head>
<body>
<?php include ("navi.html"); ?>
<?php include ("test3.html"); ?>
</body>
</html>
so i constantly want to stay on this home page but when someone clicks a link from the navi.html
i want a new page to load in place of : <?php include ("test3.html"); ?>
kindve how like an iframe would function but i dont know how to do that with php. live site can be seen here: http://goo.gl/5lTgm