nadz Posted August 9, 2007 Share Posted August 9, 2007 the title says it all really, im developing a website and using the same template throughout the site, ive ended up making about 6 html files so far, is there anyway i can change the links to each of the page like in the title. so instead of going to http://mysite.com/pagename.htm i can use http://mysite.com/index.php?page=pagename any help would be appreciated Quote Link to comment Share on other sites More sharing options...
lemmin Posted August 9, 2007 Share Posted August 9, 2007 if (array_key_exists("page", $_GET)) echo file_get_contents($_GET["page"] . ".htm"); Quote Link to comment Share on other sites More sharing options...
nadz Posted August 9, 2007 Author Share Posted August 9, 2007 thanks alot, that worked perfectly. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.