PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hey,
I'm making so every user gets their own profile, but i need help witha few things.
Right now i'm using $_GET to get the user's information from a mysql database. But now i need to get the users information from the url.
The profile is like this profile?=_username_
And i need to do something so i get the _username_ from the url.
I hope i've stated my question well, if not i'll try to explain myself better.