I'm trying to lay out some dynamic pages by passing the page value in an include statement, ie,
include "$page";
so, i try to open the page by index.php?page=test.php or by concatenating .php to the end of $page before the include, but no matter what, it won't work, and i've put an echo $page; statement in to see if the variable is passing through the URL and it isn't. how do i fix this?