Tuesday 25 November 2014

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.


    Very simple steps to install on your server


    Demo



    username: admin
    password: admin

    Change Log



    - Initial release



    CSV to SQL importer (PHP Scripts)

    No comments:

    Post a Comment