I have a box where users can input numbers which calculates information based on that number. What I want is to store everything the user enters in the form into seperate session variable. This way I can have a list visible to a user of every thing they have typed. I want to do this without a text file or database.
I have the code where everytime a user submits the form it stores that data into a session variable using a timestamp as the variable name. The problem is I have 10 timestamps with data assigned to them in one session but know way to dynamically pull all the timestamps back to display them.
I hope this makes since.