What I'm planning to do is use site.php as a template file and the actual page data would be included from a text file. So when the user goes to site.php?site=index, the template on site.php would be shown and it would include index.txt. When the user goes to site.php?site=news, it would show the template in site.php and include news.txt instead of index.txt. Show what would be an example script to do this? Thanx for your help