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.

I don't know direct answer to this but, CodeIgniter uses this kind of url. If you are not faint hearted you can poke and see else just learn to use the framework

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.