Alright I've been searching and reading for hours, but I just can't get an answer that is satisfactory for what I am trying to accomplish. I have created a form and made the inputs insert into a database and be retrieved onto the next page once submitted. I am attempting to create a to do list. However in order to do this I want each user to be able to submit the form and see there submission and their old ones as well. Now everyone sees everyones because they all submit to the same database and it spits out all of the information. I wanted to make it user specific through sessions, but I just can't find out how. I don't want this to require the user to login either. It should just be for anyone entering the page. If anyone could help me it would be greatly appreciated.