<?php
// index.php
if(isset($page))
include("./textfiles/".$page.".txt");
else
include("./textfiles/index.txt");
?>
///////////////////////////////
//////// index.txt is here
///////////////////////////////
this is the index...<br>
<a href=index.php?page=page2
///////////////////////////////
///////// end index.txt
///////////////////////////////
///////////////////////////////
//////// start page2.txt
///////////////////////////////
blah blah.. this is another page
///////////////////////////////
///////// end index.txt
///////////////////////////////
did you undestand?
blah
hehe
Andreas