PHP Classes

File: test.csv

Recommend this page to a friend!
  Classes of Valerio Giuffrida   csv2sql   ???   Download  
File: ???
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','valeriogiuffrida@hotmail.com'); INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('2','Goofy','pippo','goofy@disney.com'); INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('3','Bart','elbarto','bart@simpson.com'); INSERT INTO `test` (`id`,`username`,`pass`,`email`) VALUES ('4','ASh','picachu','ash@pokemon.jp');