Re: [PHP] Saving file

2001-03-31 Thread Yasuo Ohgaki
Oops I pasted older RFC number for HTTP/1.1, newer version is RFC 2616 Reading older version will also help, though. -- Yasuo Ohgaki "Adi Wibowo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi I write a script that create a report. > Using header ("lo

Re: [PHP] Saving file

2001-03-31 Thread Yasuo Ohgaki
Reading RFCs will help. RFC 2068 RFC 1945 RFC 2936 Regards, -- Yasuo Ohgaki "Adi Wibowo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi I write a script that create a report. > Using header ("location : filename") to tell browser to download file > ins

[PHP] Saving file

2001-03-31 Thread Adi Wibowo
Hi I write a script that create a report. Using header ("location : filename") to tell browser to download file instead of displaying it to screen. On some computer it work, but on another (using the same browser) is always displayed. I try to change file extension to treat browser to download