Hi everybody!
I'm running a website which uses PHP to extract and present data from a database. So far I've done it using $_GET variables to pass parameters to the script.
Now I'm reading tips about how to increase ranking in search engines and I see that it's much better to have a link named
host/folder/wish-you-were-here.html
instead of
host/folder/songs.php?songid=361
For obvious reasons. So the question is: how do I modify my script so that, when called, it generates the desired URL? Which are the available techniques? I suppose also this forum uses the same method, to create post pages.