Código:
Como puedo hacer para ejecutar esta instruccion desde php, es decir, como pueod leer este archivo ejecutarlo en un mysq_queryINSERT INTO `partidas` (`tipo`,`codigo`,`factura`,`monto`,`abono`,`total`,`fechavcto`,`diasvcto`,`emision`,`reporte`) VALUES ('subproducto','IV00228114','493226','16469','0','0','2008-07-24','29','2008-01-19','2008-06-18'); INSERT INTO `partidas` (`tipo`,`codigo`,`factura`,`monto`,`abono`,`total`,`fechavcto`,`diasvcto`,`emision`,`reporte`) VALUES ('exportaciones','C000507687','491701','6583','0','0','2008-03-29','-10','2008-03-22','2008-08-15'); INSERT INTO `partidas` (`tipo`,`codigo`,`factura`,`monto`,`abono`,`total`,`fechavcto`,`diasvcto`,`emision`,`reporte`) VALUES ('exportaciones','VCACN_VLT3','348296','10441','0','0','2009-01-25','-18','2008-04-06','2008-03-14'); INSERT INTO `partidas` (`tipo`,`codigo`,`factura`,`monto`,`abono`,`total`,`fechavcto`,`diasvcto`,`emision`,`reporte`) VALUES ('exportaciones','IV00207282','133831','3185','0','0','2008-05-10','73','2008-07-01','2009-03-10'); INSERT INTO `partidas` (`tipo`,`codigo`,`factura`,`monto`,`abono`,`total`,`fechavcto`,`diasvcto`,`emision`,`reporte`) VALUES ('cheques','IV00200214','271314','6713','0','0','2008-03-12','65','2008-08-28','2008-11-19');
La cantidad de insertes puede variar desde 5 hasta 1000...