RE: [PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-08 Thread Peter Lovatt
mailto:[EMAIL PROTECTED]] > Sent: 08 April 2002 18:59 > To: Rick Emery; 'Raymond'; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Re: Making a txt file from db data, is it > possible? > > > Yes, I'd say this is the way to go. As the customer submits the order > si

Re: [PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-08 Thread Frank Flynn
t;[EMAIL PROTECTED]> wrote: > fopen() > fwrite() > fclose() > > -Original Message- > From: Raymond [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 12:05 PM > To: Frank Flynn; [EMAIL PROTECTED] > Subject: [PHP-DB] Re: Making a txt file from db data, is it possible? &

RE: [PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-08 Thread Rick Emery
fopen() fwrite() fclose() -Original Message- From: Raymond [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 12:05 PM To: Frank Flynn; [EMAIL PROTECTED] Subject: [PHP-DB] Re: Making a txt file from db data, is it possible? Hi! Ok, I think I maybe have to explain this a little

[PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-08 Thread Raymond
Hi! Ok, I think I maybe have to explain this a little better : ) I have this website that have a webshop that is driven by mysql and php. This is working fine, but when a customer puts something into his cart and he is sending his order, I would like to send this order by fax to the store neares

[PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-06 Thread Frank Flynn
On 4/6/02 4:12 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > From: "Raymond Lilleodegard" <[EMAIL PROTECTED]> > Date: Sat, 6 Apr 2002 17:18:07 +0200 > To: [EMAIL PROTECTED] > Subject: Re: Making a txt file from db data, is it possible? > > May I use this dump method with a query too? Or i

Re: [PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-06 Thread Jason Wong
On Saturday 06 April 2002 23:18, Raymond Lilleodegard wrote: > May I use this dump method with a query too? Or is this only for making a > hole table into a txt file? I think it's only for a whole table. > Because I'm trying to get a website into a txt file and save it into a > directory on the

[PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-06 Thread Raymond Lilleodegard
May I use this dump method with a query too? Or is this only for making a hole table into a txt file? Because I'm trying to get a website into a txt file and save it into a directory on the server to get a order sendt by fax. Or is this a "long way" to go? Regards Raymond "Andy" <[EMAIL PROTEC

[PHP-DB] Re: Making a txt file from db data, is it possible?

2002-04-06 Thread andy
mysqldump dbname.tablename > filename.txt Cheers, Andy "Raymond Lilleodegard" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi! > > I would like to make a txt file our from some db output, is this possible? > Couldn't find anything about it in the fun