News Feed
Jobs Feed
Sections




News Archive
TotalPHP.com:
Creating a text or csv file of information from your database
December 10, 2008 @ 08:47:44

On the TotalPHP site there's a new tutorial showing how to pull data from your database and export it as a CSV file that tools like Excel can read in and use.

There are some occasions where you would want to export your site's information in CSV or similar text format. You might want to do this so you can view reports in a spreadsheet, or you might want an export of your product information to upload to a service like Google Products. Either way the method and end result are essentially the same.

The tutorial shows how to grab the information (via the mysqli functionality in PHP5) and formatting each row with the correct values in a certain order. Finally, the entire contents are echoed back out with the correct header() to force a download on the user's browser.

0 comments voice your opinion now!
csv tutorial mysqli database export txt format


blog comments powered by Disqus

Similar Posts

Maarten Balliauw: Working with Windows Azure from within PhpStorm

DevShed: Overloading Classes in PHP 5

DevShed: Utilizing the LIMIT Clause with the Active Record Pattern

Web Builder Zone: Real-life closures examples...for real

Stephen Colebourne's Blog: Time-zone database down


Community Events











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


conference unittest code introduction community example opinion functional tool interview framework podcast zendframework2 testing language application release development series phpunit

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