ok, i did one 4 ya
<? if (empty($page)){
print"this is wot is displayed if the page is home page say index.php with no other tag!, if you want to say leave a link to another page you can use
<a href='index.php?page=testone'>test one</a><br><a href='index.php?page=testtwo'>test two</a>";
} else if ($page= testone) {
print"this test is using the include function so it displays a page";
include "testpage.php";
} else if ($page == testtwo) {
print"testing testing 123<br>
this test consists of information already being inside the php before uploading";
} else {
print " error: mail webmaster at
blah@blahblah.com" ;
?>
there you go. hope it works 4 ya.
lokito[style]