Hi
I'm trying to build a very basic CMS. Just using MySQL and PHP. My problem is that I want my post on the site to be like mysite.com/?id=1 instead of mysite.com/post.php?id=1. So I have insearted the PHP code from post.php to index.php. Now my problem is how do I get the code to only exercute a part of it instead of it. So when it goes to index.php, you get the index page and when it goes to index.php?id=1 it just gets the post.
Thanks