Where should the data from my forms be saved once I hit Submit on the form?
Author: Antony CorstenReference Number: AA-00218Views: 8529Last Updated: 06/24/2009 11:01 AM
38 Rating/ 4 Voters
Submitted data is stored in tables user1_1,
user1_2 etc. Fields f0, f1, f2 etc contain data from form fields. This
data is stored in binary form and therefore you can't see it directly
in database. But you may export this table in any available format and
see that all submitted information is stored correctly.