Hello Everybody,
I just join today, and this is my first post.
I know how pass and receive variables thru URL like
www.mysite.com/index.php?var1=ABC&var2=QWERTY
This is OK but what i'd like to know if we can use something like this:
www.mysite.com?username
or www.mysite.com/username but username will change for every user.
And I dont want to make a folder for each user... and put and index.php in each folder.
What I want to do is when the user type www.mysite.com/robert it will see the public profile of robert...
Don't know if you undestand me???
Thanks for your help