I have a link that looks something like this:
MySite.com?article=my dog
The idea is that my link on the sitemap page passes the parameter "article". If the article is called "my dog" then this goes to a page called MySite.com/my-dog.htm and gets the content from the MySQL database.
I know how to get the data out of the database. But how do I set up the link and get the fixed url?
I presume I use mod_rewrite??
Any advice appreciated.
Jon