I just have the array of 15 values that all need to be inserted into the table.
And I was just wondering if there is anything like this:
INSERT INTO table VALUES($myarrayofvalues)
Just curious, would be very useful.
Update:
Just one row with 15 columns.
Edit:
If you haven’t done your escaping yet, you can do that in a tiny loop before the above statement, something like: