Login   Register  
PHP Classes
elePHPant
Icontem

File: test.csv

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2006-02-12 14:33
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');