Now i'm a bit confused by that last post?
Im not quite sure how to explain it.. ill try my best.. Basicly if someone goes to my website, lets say they type in www.website.com (it will automaticly go to www.website.com/index.php, because that is the home page.)
On that page, I have the php include script that will check to see if there is a defined "id". Obviously, there is no defined id, so the page will not display anything. Once a user clicks a link, the link will change the url to something like www.website.com/index.php?id=contactus, or www.website.com/index.php?id=home, etc.
Upon doing so, the space where the php include script is will be filled with "contactus.html" or "home.html" etc.
What I need is basicly the script to include a default page, when the id is not defined (Basicly when they first visit the website, i need it to load home.html, even if the url is not "index.php?id=home")
If that makes any more sense >.o?
((Edit: I can link the website or so, with a few experimental url's so that you can see what im trying to do, if that will help explain things?))