I'm really new to Internet apps and such sorry, if this is a "duh"
question.
What is the standard approach to saving input from a form if on submit
the database connection fails?
I'm thinking along the lines of after the submit the first thing to do
is save the text somewhere (cookie?) and then check for the presence
of the cookie on the form page and if it exists load the text from it.
Destroying the cookie after a successful insert. Am I close or is
there a better way?
MySQL 3.23
TIA!
Bill
question.
What is the standard approach to saving input from a form if on submit
the database connection fails?
I'm thinking along the lines of after the submit the first thing to do
is save the text somewhere (cookie?) and then check for the presence
of the cookie on the form page and if it exists load the text from it.
Destroying the cookie after a successful insert. Am I close or is
there a better way?
MySQL 3.23
TIA!
Bill
Comment