Actually, I have created an html page as a master page, I want to change the contents of body part by accessing database. As for example, If I have created a table with columns
pages_name, page_contents, page_id about somthing 1 services somthing 2
Here, I am trying to do that If I change contents of my page for "about" then url will automatically change from "www.anything.com" to "www.anything.com/about" without creating another html file for "about".
How will change my url according to database content?