Many times we need to populate our database with a lot of records. A common example is the online shopping cart. Here one may need to add thousands of products. Manual entry of these products will take much time. Here comes the need of importing data. You can add the details in a text file, tab delimited or comma delimited(.CSV). In this tutorial we will show you how to import a .CSV file into MYSQL using PHP.
↧