How to create specific URLs for a search term

xsukax

New Member
I have a simple website setup: two PHP pages, the first of which is just a search box and the second displays info based on the search box input from the user. How can I have the second page have a unique URL based on the search? Something like website.com/query=query+goes+here as opposed to all of the URLs being the same website.com/results.php?
 
Back
Top