09-05-2010, 12:17 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Aug 2010
Posts: 2
Thanks: 0
|
Url Permalink
Hi,
How To change My Url to user friendly using php and mysql !
any Example :
i have this url for show user profile:
view source
print?
1 http://mydomain.com/showuser.php?id=30 //<- this link show user with id 30
change to friendly Url :
view source
print?
1 http://mydomain.com/user/john //<- this john is name of id 30
Thanks for any help.
|
|
|
|