Re: Viewing Word Documents using PHP - Mailing list pgsql-php

From Christopher Kings-Lynne
Subject Re: Viewing Word Documents using PHP
Date
Msg-id GNELIHDDFBOCMGBFGEFOGEFOCBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Viewing Word Documents using PHP  ("Kris-Jon Fenton" <kfenton@pcpro.net.au>)
List pgsql-php
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@postgresql.org
> [mailto:pgsql-php-owner@postgresql.org]On Behalf Of Kris-Jon Fenton
> Sent: Wednesday, 13 February 2002 9:50 AM
> To: pgsql-php@postgresql.org
> 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
>


pgsql-php by date:

Previous
From: "Dan Harrington"
Date:
Subject: Re: Viewing Word Documents using PHP
Next
From: Andrew McMillan
Date:
Subject: Re: Viewing Word Documents using PHP