Question
mysql: singly or all at once?
I have a long form which is done all in Flash. The flash form
POSTs to php, which then does an INSERT into mysql.
I'm wondering if I should instead do a series of inserts as each question is completed, rather than all at once at the end?
Any ideas or opinions on that? What are the benefits and/or pitfalls, besides added complexity?:
I'm wondering if I should instead do a series of inserts as each question is completed, rather than all at once at the end?
Any ideas or opinions on that? What are the benefits and/or pitfalls, besides added complexity?: