Hi,
I finally figured out how to take a row from a table and display it on a page. Big deal, huh?
That was not exactly my main goal, though.
When a User submits a form I need that data to display. I've struggled with this.
I now figure that I must somehow base submission display on something unique such as a session or a cookie. (?) I really don't know at this point.
Consider this: 100 people submit at once on my site; How do I display the input from that person and not someone else's input data? This is confusing.
100 people submit and 100 people need to view their data; How do I differentiate between all these people and make sure each person sees their own data and not someone else's?
Thank you for your time.
Matthew