‘tutorials’ Archive


Write CSV data using PHP

Write CSV data using PHP

Here is a little code snippet that illustrates how you can create a csv file using basic php. I'm leaving out some error checking that you would typically perform for before writing the file (checking for quotes, commas, etc.) but your specific needs will almost always be different that what I can attempt to code Read the full article...