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: 258

Filed under:
|
|
|

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

Related posts about php

Related posts about php-form-processing