
August 25th, 1999, 02:26 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
This is true, but again, it would be very, very ugly since he wants to allow editing of the previous changes, so you'd have to pass all those variables back to the beginning. Really, bad would be if the user is at the third page and wants to change the first. You'd have to carry all the variables for page 2 and 3 to 1 then back. YUCK.
Since he said he had a DB available I'd use that and let each form only worry about itself. Check a session id, check the table to see if it has info already stored and generate the form using the data from the table to auto-populate the form. Bingo! No muss, no fuss.
If I didn't have a DB available I probably wouldn't even tackle this. If I HAD to do it, I'd at least use a flat file.
Rod
|