Help with link tricks
Posted
by Colre
on Stack Overflow
See other posts from Stack Overflow
or by Colre
Published on 2010-05-27T06:11:30Z
Indexed on
2010/05/27
6:21 UTC
Read the original article
Hit count: 210
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?
© Stack Overflow or respective owner