Tuesday, 1 October 2013

Custom URL in PHP

Custom URL in PHP

I am trying to create custom profile URLs using PHP.
I currently have the following URL:
http://mysite.com/profile.php?user=1
where user_id 1 is Kyle Hagler in the database.
I would like to allow access to this same page through the following url:
http://mysite.com/kylehagler

No comments:

Post a Comment