I am trying to make my URLs SEO friendly. The current URLs example is http://example.com/details.php?recordID=35791
I would like it to display the 'Name Of Event' in the URL rather than 'details.php?recordID=35791'
from a MYSQL database
I have renamed the title by using '?php echo $row_rsd1['Name Of Event'];'
in the php page already so the tab
is showing correct.
I have too many records to manually rename.