RE: [PHP] CSV download

2004-02-18 Thread Roberts, Mark (Tulsa)
MAIL PROTECTED] -Original Message- From: Robby Russell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:42 PM To: Roberts, Mark (Tulsa); [EMAIL PROTECTED] Subject: Re: [PHP] CSV download Roberts, Mark (Tulsa) typed this on 02/18/2004 10:33 AM: > I have an application

Re: [PHP] CSV download

2004-02-18 Thread Robby Russell
Roberts, Mark (Tulsa) typed this on 02/18/2004 10:33 AM: I have an application that I need to add a function to that will download a complete MySql Table in comma delineated format from a web site to a local hard drive. What is the best way to do this? Is there a function in PHP that will do this?

[PHP] CSV download

2004-02-18 Thread Roberts, Mark (Tulsa)
I have an application that I need to add a function to that will download a complete MySql Table in comma delineated format from a web site to a local hard drive. What is the best way to do this? Is there a function in PHP that will do this? in MySql? or do I just need to do something with fo