macPerl has asked for the wisdom of the Perl Monks concerning the following question:
Simple scenario: I want to save the details of a validated form to a database. Up to now, I have been using the tried and tested procedure:
What I would like and *know* must be a common process is to be able to avoid having to {send the data back to client} so that it would look more like :
There is an underlying assumption here that I have control over the local scripting language (javascript).
Any pointers ? which "M" I should FR (as in RTFM) ?
Thanks for all responses to date.
It is clear that my original post was not worded correctly.
I think the error was in the way I said:
generate new (r/o) page/form with data to show data is saved.
What I should have said was that I wanted to reuse the data/page at the client to avoid having to resend data from the server to generate a new page
The solution I have come up with is to
If the simplicity of the solution makes my original post seem trivial I apologise.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML Form Submission & Save to MySQL
by borisz (Canon) on Jan 19, 2005 at 11:32 UTC | |
by macPerl (Beadle) on Jan 20, 2005 at 12:02 UTC | |
|
Re: HTML Form Submission & Save to MySQL
by drfrog (Deacon) on Jan 20, 2005 at 02:43 UTC | |
|
Re: HTML Form Submission & Save to MySQL
by Miguel (Friar) on Jan 19, 2005 at 17:05 UTC |