ok so i need to know how to make it so that if i have a page for example website.com/test.php how can i make it so that i include pages in it tso they come up when someone clicks the nav bar at the top so it goes to website.com/test.php?test1
website.com/test.php?test2
website.com/test.php?test3
so i would put an include into it so include page test1.php so it would go to test.php?test1 but the include is there.