PHP Classes

File: test.csv

Recommend this page to a friend!
  Classes of Valerio Giuffrida   csv2sql   test.csv   Download  
File: test.csv
Role: Auxiliary data
Content type: text/plain
Description: CSV example file
Class: csv2sql
Convert CSV files into SQL INSERT statements
Author: By
Last change:
Date: 19 years ago
Size: 423 bytes
 

Contents

Class file image Download
INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('1','TuTToWeB','mypass','[email protected]'); INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('2','Goofy','pippo','[email protected]'); INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('3','Bart','elbarto','[email protected]'); INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('4','ASh','picachu','[email protected]');