Possible Duplicate:
PHP - How to add a pages title to the URL? And how to create a clean url using PHP
I am using the url in my site like http://www.example.com/details.php?cid=3
. I want to have this type of url into http://www.example.com/PAGE-TITLE-URL or /details/page-title
.
What are the changes I have to do to get this friendly url in my site.