I need to use 105 variables from the previous page, what is the most efficient way to bring these variables into my new page? Would it be better to write all of this to the url line or perform 105 request.form statements?
What's actually happening here is a simple data entry form that is made up of text boxes, after the user is done entering data, the information needs to be written to my sql table. The only way I know how to do this is to pass these variables to another page, where I write them to the table. Is this the best way? Any help is appreciated.
Josh
What's actually happening here is a simple data entry form that is made up of text boxes, after the user is done entering data, the information needs to be written to my sql table. The only way I know how to do this is to pass these variables to another page, where I write them to the table. Is this the best way? Any help is appreciated.
Josh