Right now my URL looks like: https://www.example.com/blogitem.php?id=29
What I want is the user will see the URL in their browser like: https://www.example.com/blogitem/the-title-of-the-current-blog
This thing is already implemented in Wordpress and other CMS but I am using pure PHP and don't have any idea about how can I implement this feature. Can anyone please help me to implement this?