Re: [PHP-DB] dump data, and save as a file

2003-02-14 Thread no-spam----me
Use Content-Type: application/octet-stream Gary Every <[EMAIL PROTECTED]> wrote: > Header("Content-type: text/plain"); > Header("Content-Disposition: attachment; filename=topsellers_dvd.csv"); > Gary Every > Sr. UNIX Administrator > Ingram Entertainment > (615) 287-4876 > "Pay It Forward" > mai

Re: [PHP-DB] dump data, and save as a file

2003-02-14 Thread Stephane
On Fri, 2003-02-14 at 03:09, Ruth Zhai wrote: > Hi everyone, > I want to dump some data from mysql into a file, and use php to force the browser to >pop a download file window. This seems a simple procedure, but I am having trouble >to make it work with IE. The following is what I did: > > ***

RE: [PHP-DB] dump data, and save as a file

2003-02-14 Thread Gary . Every
Header("Content-type: text/plain"); Header("Content-Disposition: attachment; filename=topsellers_dvd.csv"); Gary Every Sr. UNIX Administrator Ingram Entertainment (615) 287-4876 "Pay It Forward" mailto:[EMAIL PROTECTED] http://accessingram.com Hi everyone, I want to dump some data from mysql in