yes I know that part Jason as I already done that - I even created the menu links in a seperate database table so that when a user click on About Us (the url link would be index.php?Content=About Us and in my content table in the database I have a title field, a content field etc. so that part I have already coded. HOWEVER my question is how can i load up content for the homepage as soon as the user goes to the www.domain.com from the database where the homepage content is stored. and then when a user click on one of the links the content for that link is displayed on the index.php page. thats the part where my logic is getting lost :( As you said to use Framework Builder but i cant see how I can use framework builder in my example above?
Chris