Re: Viewing Word Documents using PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



This is not the appropriate list for this question - you should ask the PHP
general list on http://www.php.net/

However, all you have to do is make sure you set the content type properly:

header('Content-Type: application/msword');
readfile('file.doc');

Chris

ps. If application/msword doesn't work, try application/octet-stream.

pps. For a full list of mime types, the mime.types file in your apache
configuration.

> -----Original Message-----
> From: pgsql-php-owner@xxxxxxxxxxxxxx
> [mailto:pgsql-php-owner@xxxxxxxxxxxxxx]On Behalf Of Kris-Jon Fenton
> Sent: Wednesday, 13 February 2002 9:50 AM
> To: pgsql-php@xxxxxxxxxxxxxx
> Subject: [PHP] Viewing Word Documents using PHP
>
>
> Hi,
>
> I am trying to view Word Docs on our intranet.
>
> All I can get is a load of code.
>
> Someone suggested that I use wvHtml - www.wvware.com - to convert
> the files
> but I am not sure how to tell PHP to use it??
>
> I have used readfile but still junk!
>
> Thanks
> Kris
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>



[Index of Archives]     [Postgresql General]     [Postgresql Admin]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Backpacking]     [Postgresql Jobs]

  Powered by Linux