
PHP built-in class ZipArchive supports and simplifies the job to create zip file consisting of multiple files uploaded via a HTML form inter ...
April 29th, 2019
Article to learn about CSV file and how to handle CSV data like read, write, import and export with database using PHP built-in functions. ...
February 8th, 2019
When we are dealing with huge volume of records export into excel or CSV, we cannot blindly export them into a file. Imagine we have a milli ...
August 17th, 2018
When there is a necessity to serialize a PHP array, it can be converted to XML, store and also may be transmitted. In that process, the key/ ...
January 30th, 2018
In this tutorial, we are going to export MySQL records to a CSV File using PHP function fputcsv(). In the previous article, we have formatte ...
October 24th, 2014
In this tutorial, we are going to see how to export MySQL database records to a CSV file. Few days before we have seen about how to read fro ...
October 23rd, 2014
This tutorial is to help you to read a CSV file or data. Character Separated Values(CSV) or Comma Separated Values is a file type containing ...
April 4th, 2014
In PHP, file_get_contents() function is one of the file handling functions available in this scripting language. This function reads entire ...
September 22nd, 2013
Some days before we have seen set of basic PHP file functions to perform file open, read, write or append operations. Similarly, PHP include ...
July 15th, 2013
Using PHP file handling mechanism, we can get external file resources to store as a reference. We have slightly touched about file resources ...
May 13th, 2013