How to insert multiple rows from array using CodeIgniter framework? |
I'm passing a large dataset into a MySQL table via PHP using insert commands and I'm wondering if it's possible to insert approximately 1000 rows at a time via a query other than appending each value on the end of a mile-long string and then executing it. I am using the CodeIgniter framework so its functions are also available to me.
|
Messages In This Thread |
How to insert multiple rows from array using CodeIgniter framework? - by JiwanFilembar - 10-10-2022, 03:45 AM
RE: How to insert multiple rows from array using CodeIgniter framework? - by superior - 10-10-2022, 11:48 PM
RE: How to insert multiple rows from array using CodeIgniter framework? - by Sprint - 11-22-2022, 04:35 AM
RE: How to insert multiple rows from array using CodeIgniter framework? - by superior - 11-23-2022, 01:05 AM
RE: How to insert multiple rows from array using CodeIgniter framework? - by jackbob - 11-24-2023, 07:16 AM
|