I want to have a url like "http://www.mysite.com/mypage". the "mypage" is going to be different for every user. It may also be a number.
My question, how do i make it so it will do that, and to check if it is a name or a number. ex:
URL:: mysite.com/dclamp
Actual Page: mysite.com/view_profile.php?id=dclamp
URL:: mysite.com/13
Actual Page: mysite.com/view_profile.php?id=13
EDIT:
i dont want to redirect it.




Reply With Quote