Re: [PHP] MySQL - Quicken

2001-06-21 Thread Matt \TrollBoy\ Wiseman

I would recommend simply exporting a QIF file to get the format, then it
should be no more a matter of a For loop.
If you would like to see a template of the QIF, just mail me off list.

Matt TrollBoy Wiseman
Webmaster: Shoggoth.net
Site Designer: phpslash.org
The oldest and strongest emotion of mankind is fear,
and the oldest and strongest kind of fear is fear of the unknown.
-H.P. Lovecraft
-
Please do not resell my e-mail address
to anyone or send me unsolicited e-mail
-
- Original Message -
From: Andreas D. Landmark [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 20, 2001 7:24 AM
Subject: Re: [PHP] MySQL - Quicken


 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.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] MySQL - Quicken

2001-06-20 Thread Joseph Koenig

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,

Joe



Re: [PHP] MySQL - Quicken

2001-06-20 Thread Andreas D. Landmark

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.