I am trying to set up clean URL's on my small web app. Right now the URL's look like:
http://www.mysite.com/productinfo.php?product=19
I want them to be:
http://www.mysite.com/productinfo.php?product=Shoes
How would I write both the RewriteMap and the PHP script to pull the title column in the database and inject it in the URL in place of the product ID and forward visitors on their merry way?