Hello PHPB!
I have a multi-page form designed to collect data from deployed soldiers. Their network connections are less than stable and I need a way for a user to start this form and as they traverse through it, their progress it kept somehow.
That way in the event of service disconnection, they can come back to item 17 of 18 and not item 1 of 18.
Is the answer PHP sessions and text files ?
Is the answer PHP session and array serialization perhaps?
Some combination of both?
Something entirely new to my PHP n00basaur brain perhaps?
What would be the logic and/or tools used to achieve this?
I hope this post finds you well and thank you in advance for any insight you may provide.
Respectfully,
Aaron