Dave
|
| Posted: 02/02/2003, 11:49 AM |
|
Hi
codecharge/mysql/php
I don't know how to tell codecharge to pass variables through several pages that together make one form, with the submission to the database on the last page.
Thanks
Dave
(PS I notice a similar question 2/26/2002 and the person was referred to '2-record table' article by Alex A. The only one I can find is http://www.gotocode.com/art.asp?art_id=122& and I don't know how that helps.
|
|
|
 |
feha
|
| Posted: 02/02/2003, 12:14 PM |
|
Use sessions to store variables (if there are few ...)
regards
feha
[www.vision.to]
|
|
|
 |
Herath
|
| Posted: 02/16/2003, 9:33 PM |
|
Please give me a sample of how to do this
|
|
|
 |
DaveRexel
|
| Posted: 02/17/2003, 4:59 PM |
|
'2-record table' article by Alex A
That excellent article covers a slightly different subject.
::
Post to the subsequent forms which use hidden elements with the same names to serve as target depots, then, on final page only, submit the aggregated values to the DB.
Greetings
Dave
|
|
|
 |
|