|
Posted by NC on 03/13/06 02:48
laredotornado@zipmail.com wrote:
>
> I have a client that wants to export his sales data into formats that
> can be imported into Quicken. Figured this kind of thing has been
> tackled before, but had trouble finding freeware on Google. Any
> suggestions on libraries/code to use when using PHP 4/MySQL 4
> to export data to Quicken file formats (preferrably CSV).
If you are comfortable with CSV as data interchange format (i.e., if
there is no requirement to produce IIF files), it's very easy to
produce in MySQL, with or without the use of PHP. Just run a SELECT
INTO OUTFILE query or output results of your SELECT query as CSV...
Cheers,
NC
Navigation:
[Reply to this message]
|