I have a curl script which reads the data from a remote source. Below is the current code:
function download_page($path){ $ch = curl_init(); curl_set
You can insert all records at once as below: Like when we export data from mysql table.
INSERT INTO tablename (id, field2, field3, field3) VALUES ('', 5454, '454', '545'), ('', 'erwe', 'rewrew', 'werew'), ('', 'ewrew', 'rwerwe', 'werwer'), ('', 'jkj', 'ere', 'uju') , ('', '343', '3434', 'dfdf');