News Feed
Jobs Feed
Sections




News Archive
Daniel Cousineau's Blog:
Outputting CSV as a Downloadable File in PHP
October 13, 2008 @ 07:56:59

In a recent post to his blog Daniel Cousineau shows a method for correctly outputting CSV data in push down to the client browser as a method of export.

Nearly every application you could write in for the business sphere in PHP probably requires some sort of data export, most likely in the CSV format. The easiest way to provide a downloadable file is by altering the headers and echo'ing the file content.

His method sets the headers for the CSV file type then pushes the content out (contained in an array) via the fputcsv function. He wraps it all in a function near the end for simple cut and paste.

0 comments voice your opinion now!
output cvs data download fputcsv header


blog comments powered by Disqus

Similar Posts

Cal Evans' Blog: My First Mashup Slides and Code

Gonzalo Ayuso's Blog: Live video streaming with PHP

Symfony Blog: The wait is over: symfony 1.1 released

Michael Nitschinger's Blog: RFC: li3_fixtures Rewrite

APress.com: Quick Caching With PHP Sessions


Community Events









Don't see your event here?
Let us know!


interview api testing object example framework language community opinion event release phpunit development unittest database functional zendframework2 introduction composer code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework