I'm sorry, I don't even know what to call this operation.
I'm trying to pass a variable through a URL and grab it, and then log into SQL and grab the data pertaining to that Varible.
Here is the longer explination.
I have a User list, a basic table of 4, I've been able to log into SQL and then output all data in that table, the User Table. The problem is I had 28 Columns, and so I decided to do a second page with detailed info on the User.
so I try to Pass the Username through the URL when clicked.
http://www.homesite.com/datarecord.php?User=$row[username]
Then I'm stuck on how to create datarecord.php. Before this, I had only done a full list of the table, now I only want one record displayed.
Can Anyone Help, or Point me in the right direction?