in reply to Re^2: Caching and inserting big number of recordsin thread Caching and inserting big number of records
$sql = 'insert into my_table (x,y,z) values ' . join (',', ('values (' . join(',',('?') x $rows) . ')') x $colum +ns ) [download]