php-general | 2001062
Date: 06/20/01
- Next message: Björn Schotte: "[PHP] Re: PHP conference?"
- Previous message: Paindavoine, Matthieu (MPAINDAV): "[PHP] exec, backtics and co."
- In reply to: Joseph Koenig: "[PHP] MySQL -> Quicken"
- Next in thread: Matt \: "Re: [PHP] MySQL -> Quicken"
- Reply: Matt \: "Re: [PHP] MySQL -> Quicken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 19.06.2001 19:04, you wrote:
>I've got a client who wants to be able to export some stuff from a MySQL
>database in a format that Quicken can import to print some checks. Is
>this possible? From what i've seen, Quicken takes a proprietary format.
>Any info would be appreciated. Thanks,
I pressume quicken can import CSV files so figure out how Quicken wants
it's input and then put the file together on the fly when a user asks for
it using
mysql_fetch_array() and header() to set the datatype to application/csv (or
what
is appropriate for quicken.)
--
Andreas D Landmark / noXtension
Real Time, adj.:
Here and now, as opposed to fake time, which only occurs there
and then.
- Next message: Björn Schotte: "[PHP] Re: PHP conference?"
- Previous message: Paindavoine, Matthieu (MPAINDAV): "[PHP] exec, backtics and co."
- In reply to: Joseph Koenig: "[PHP] MySQL -> Quicken"
- Next in thread: Matt \: "Re: [PHP] MySQL -> Quicken"
- Reply: Matt \: "Re: [PHP] MySQL -> Quicken"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

