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
Yes, I'd say this is the way to go. As the customer submits the order simply write out the file as you'd like it. It doesn't take long and you have all the data in the cart (I'm not sure how you're dealing with the cart - saving it in the DB, cookies, session variables - but it doesn't r

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 bet

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