I have a project where the user can input several partnumbers in a text box one after another (max 20), they are to be displayed in a column under the input text box for review prior to being submitted to the mysql query and they must be remembered the next time the page is opened for that user, also the text box would transform into a select list so a previous entry can be selected and reposted at a later date.
I am posting back to the same page and have tried to create a Custom Array or a Cookie with the data on each partnumber post - from my research I believe that a Cookie is the way to go BUT with whatever I try the POST overwrites the last post and always displays the last partnumber posted.
All the nuts and bolts are working except this ability to build up my posted list and the tranformation of the text box to a select list.
I want to avoid storing the data in a table if possible - Is there some kind of foreach loop or something else I can setup to achieve my goal.
Thanks in advance



Reply With Quote



Bookmarks