News

In this blog i am going toexplain how to export mysql data to csv file using php. csv stand for comma separated values. using the below code you can easily download csv file and use anywhere. < ...
If MySQL allow, the code will run and the data would be imported in few seconds and if not, you will have to stick with using the default Load Data Infile by moving your file to a specified location ...
In my previous post I have explained about How to Export MySQL table data to CSV File using PHP. Now in this tutorial I am going to explain how to import CSV data file into mysql. Suppose that we have ...