CSV to SQL importer (PHP Scripts)

This script imports the csv data to the mysql database.

  • csv file is uploaded using ajax uploader
  • Then we click the import button to import to database
  • Logic

    The new table is created.
    Then heading of the csv file is taken as column name and then the csv rows are inserted into the mysql table.

    Support

    Feel free to contact me to modify the script according to your needs

    Very simple steps to install on your server

    Demo

    username: admin
    password: admin
    

    Change Log

    Version 1.2

    - for those whose first column has no heading (adding random column generation )
    - getting first row for ';' fixed
    

    Version 1.1

    - Added Separator with the file import
    

    Version 1.0

    - Initial release
    

    Download CSV to SQL importer (PHP Scripts)

    Leave a Reply

    Your email address will not be published. Required fields are marked *