Currently Being Moderated
Oct 9, 2007 6:55 AM
I am looking for ideas how to take a html form and update a
record in a database.
The current method I use on a classic asp site; is to convert
the form data input into a XML file. The Form name is the same as
the table name with this method. The input fields in the form are
the same name as the fields in the record. The asp script dynamic
updates or inserts the record in the table.
I was wondering if there is something already written for
Spry Framework.
David Pearson