I have a index page with a php query to include a "default.php" page as my content in the contents section.
Im sure youve all seen those links where they have the urls shaped like, "www.website.com/index.php?page=otherpage".
How would i get it to where if no variables are present in the url, the page would do a "include default.php" line, and if there are variables present, then the page would ignore the default include and do something like, "include '$page.php'"?