Webmaster's Community

Designing and Development => Programming => Topic started by: Savera on June 29, 2011, 01:44:01 PM

Title: Submit multiple forms in HTML to PHP processing?
Post by: Savera on June 29, 2011, 01:44:01 PM
I have a situation where I have to insert various set of values in various tables. I want to get all values through separate forms but all table will have similar ID which is also primary key for all.

Now I am not sure how to receive and process data from all forms at once? I mean how do I create all forms dynamically for all tables and then receive data in them all at once ?