Hi There,
I've set up a profile page where people can enter the address and then it displays all the information. However the URL doesn't seem grab the MySQL information for the certain ID.
How do I do it?
Example URL: http://www.website.com/profile.php?id=1
so when you go to that URL it gets information from the MySQL database in the field ID set at the end... so in this case number 1.
Then inside the profile.php it grabs all of the data from ID 1.
then I can echo it onto the profile.php page.