Is there any way to pass variables to a new page without putting all of them in a query string?
I have a large form that the user must fill out. Then I want to move the info into a format easier to read ie. without text boxes and have the user verify this info before it is submitted to the database. I currently have to send all of the data through the query string which is rather huge because on of the fields can be a paragraph long. So is there any way to pass this or reshow it without the querystring?
I have a large form that the user must fill out. Then I want to move the info into a format easier to read ie. without text boxes and have the user verify this info before it is submitted to the database. I currently have to send all of the data through the query string which is rather huge because on of the fields can be a paragraph long. So is there any way to pass this or reshow it without the querystring?