Hi
At the moment with my website, I have got a Content Management System that pulls the information for each page from a MySQL DB. And every time I need to add a new page I have to create for example page4.php put the include file in it and then upload it, go into my admin area type in the HTML that I copy and paste for that page.
What I want to do is modify it abit and have the web address look like this http://www.matthewscomputerguide.com/content.php?pid=112
And still have the data being pulled from the mysql db and still being able to add, edit and delete pages.
Can people please help out.
Matthew