I have a lot of titles and details in the database, and I don't want to create a file for each record, but I want to create a dynamic page with different URL that will display the details with a link to that dynamic page.
For example, when user click on a link like: href="./sports/football"
the dynamic page shows the details in following URL: ./sports/football.php
NOTE: I don't want the URL address to be like the following: ./sports?search=football;