I think maybe I should clarify exactly what I am trying to do...
I have a page with text fields in it (named exactly the same as my db table's field names. (coincidentally, it is a copy of the page that is used to insert the data into the db, however all fields have been made "readonly")
When a user logs in, 5 session variables are created, one of them being a unique identifier for that person (which comes out of another table in the database). They are presented with a menu, where they can enter data (which I actually have working just fine), bring up a table listing of their entered data (which is still not working right), or search all records in the database by "lastname" (which I really haven't done much with yet, as I would rather get the other portions right first before confusing myself with more code to think about).
When the user clicks to bring up the list of their entered data, the code I have shows a few records, enough that the person can identify which record they need to work with (with two options, 1 - get detailed page 2 - update record) neither of which are working at all.
The very large code listing is the listing page, which shows the data, only I can't figure out how to get it to only display the individual user's data. I had it work for about 10 minutes and then it just stopped working I also don't like that it is trying to pass all the data from the database through the address bar. I'm sure there's another way to do it, however I can't figure it out.
If anyone has any questions, please feel free to ask, I can provide coding from other pages if necessary.
Thanks.