##########################################################################################
# csv creation , a php script that creates csv file form mysql database.
#
#   License: GPL
#
#   Manimaran V.   Mail: 
[email protected]
#
##########################################################################################
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........