Help with link tricks
- by Colre
I have a php script that accepts one single query: ie., name=micheal.
For now I query it over the net like so: www.mydomain.net/mysript.php?name=micheal. But I do want to query it like this: www.mydomain.net/micheal. Unfortunately, I do not know how to do that. Would you please help me out?