http://qs321.pair.com?node_id=26456


in reply to How can I allow the user to enter multiple rows of data?

Russ's solution seems to accomplish this by having the MySQL insert the records one at a time. I know MySQL has a feature that let's you do an Insert of multiple rows with one statement.

How do you accomplish that.