PHP Export Class
Posted: Mon Apr 10, 2006 2:40 pm
Has anyone seen a script that creates various export formats, specifically tab, csv, xml, html, sql?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Tab and csv is relatively simple - you iterate over the array, and at each element, append a tab or a comma. Done.Todd_Z wrote:Has anyone seen a script that creates various export formats, specifically tab, csv, xml, html, sql?