Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-11-28 (7 years ago) | Not enough user ratings | Total: 2,085 This week: 1 | All time: 1,822 This week: 1,047 |
Version | License | PHP version | Categories | |||
fileimporter 1.0.0 | BSD License | 5.0 | PHP 5, Databases, Files and Folders |
Description | Author | |||||||||||||
This clss can be used to import data from CSV files into a MySQL database. |
|
************************************************************************* * * * FileImporter class * * Author : Md. Kausar Alam * * Email : kausar_ss2003@yahoo.com * * * * * * * ************************************************************************* CLASS NAME =========== fileImporter Import file into database table DESCRIPTION =========== This class used to import txt file into database table.When any text file is imported successfully this means file is uploaded into a temp dir.Then open the text file from temp dir and read the contents from this file.Insert all datas into a table.After inserting all datas of text file into table , text file will be removed from temp dir. REQUIREMENTS: ============= 1. PHP5 2. only txt file is permitted to import 3. support tab and comma delimiter INSTALL ======= sample.php is an example file.let can be checked how install this class. |
Files |
File | Role | Description |
---|---|---|
fileImporter.class.php | Class | fileImporter class used to import text file into database table |
readme.txt | Doc. | documents are explained this file |
sample.php | Example | example file of fileImporter class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Import data from CSV file into a MySQL database Few days ago, Client wanted to import a CSV file and all datas of this file will be inserted into a table in one project... |