Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (3) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-01-22 (8 years ago) | 69% | Total: 3,301 This week: 1 | All time: 1,017 This week: 1,047 |
Version | License | PHP version | Categories | |||
csvcreation 0.1 | GNU General Publi... | 3 | Databases, Files and Folders |
Description | Author | |
This class can be used to create CSV (Comma Separated Values) files from MySQL database table data. |
########################################################################################## # csv creation , a php script that creates csv file form mysql database. # # License: GPL # # Manimaran V. Mail: manimaranvel@yahoo.com # ########################################################################################## Installation 1. Replace appropriate HOSTNAME,DBNAME,USER and PASSWORD from inc.csvcreation.php file $this->db_server = 'HOSTNAME'; $this->db_name = 'DBNAME'; $this->db_user = 'USER'; $this->db_pass = 'PASSWORD'; 2. create a folder called temp in root folder 3. run the sample.php file that's it For further clarificatio mail me........ |
Files |
File | Role | Description |
---|---|---|
inc.csvcreation.php | Class | class file for csv creation |
readme.txt | Doc. | Readme |
sample.php | Example | Sample example file |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.