Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manimaran  >  CSV Creation  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: CSV Creation
Create CSV files from MySQL table data
Author: By
Last change:
Date: 2008-01-22 04:49
Size: 773 bytes
 

Contents

Class file image Download
##########################################################################################
# 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........