I’m using this code for generate link
href=“single.php?directory={$row[‘id’]}”
Result
http://localhost/findlocalmap/single.php?directory=51
But i want to change it. I want this type of link
http://localhost/findlocalmap/business-name
how can i do that please help me