Re: [PHP-WIN] Outputting MS Word document

2005-02-15 Thread The Disguised Jedi
use "application/ms-word" and just get the data from the table and echo it after you have sent the header. On Sat, 12 Feb 2005 15:38:08 +0200, Dale Attree <[EMAIL PROTECTED]> wrote: > Hi, > > I have saved the content of an uploaded MS Word document into a database > table. > > Now I would like

[PHP-WIN] Outputting MS Word document

2005-02-12 Thread Dale Attree
Hi, I have saved the content of an uploaded MS Word document into a database table. Now I would like to output the content without recreating the file on the harddrive. I believe I will have to use header("application/[what do i put here]"). Any ideas? Kind Regards, Dale