looping through variable post vars and adding them to the database
Posted
by Neil Hickman
on Stack Overflow
See other posts from Stack Overflow
or by Neil Hickman
Published on 2010-04-10T13:30:09Z
Indexed on
2010/04/10
13:33 UTC
Read the original article
Hit count: 286
I have been given the task of devising a custom forms manager that has a mysql backend.
The problem I have now encountered after setting up all the front end, is how to process a form that is dynamic.
For E.G
Form one could contain 6 fields all with different name attributes in the input tag. Form two could contain 20 fields all with different name attributes in the input tag.
How would i process the forms without using up oodles of resource.
© Stack Overflow or respective owner