Reply to Re: Posting an array of data to MySQL DB in separate lines
Posted by dimo414 on 06/02/06 03:58
Instead of running a mysql query inside the foreach loop (that's a lot
of unnessisary processing) use the foreach loop to append another value
of the array (and proper query formatting) to one string, which you
*then* run as a mysql query.
Haven't actualy tried it, but I would think that would work.