0

I am trying to make a simple blog system in php. In this I have design a another view.php page to view a individual post. To view a individual post a query is to be send such as: https://example.com/view.php?q=article%name, but I want it something like: https://example.com/view/article%name, and I am fetching data from the server. so which way I should to use to achieve this type of url and can access post?

MdFarzan
  • 65
  • 8

0 Answers0