I am working on a social networking site. Something that I would like to do is have the user's username come after my websites name... like example.com/myusername. I know I could do something using $_GET variables where it would look like example.com/?u=myusername, but we think that having just the username after after the domain would look cleaner and be easier for users to navigate.
Thanks in advance,
JS