insert multiple rows via a php array into mysql

Posted by toofarsideways on Stack Overflow See other posts from Stack Overflow or by toofarsideways
Published on 2009-04-23T01:39:06Z Indexed on 2010/05/01 10:17 UTC
Read the original article Hit count: 644

I'm passing a large dataset into a mysql table via php using insert commands and I'm wondering if its possible to insert approximately 1000 rows at a time via a query other than appending each value on the end of an mile long string and then executing it. I am using the codeigniter framework so its functions are also available to me.

© Stack Overflow or respective owner

Related posts about mysql-query

Related posts about mysql