Hi all,
I have a site that has a dynamically generated page and looks like this:
www.example.com/articles.php?aid=1
www.example.com/articles.php?aid=2
www.example.com/articles.php?aid=3
The page has the article title and description stored in a database and printed in the page itself.
How do I go about changing the URL from this:
www.example.com/articles.php?aid=1
To this:
www.example.com/articles/how-to-fix-a-laptop
where the article description is stored in a database?
Thanks in advance.
Max.