Re: Viewing Word Documents using PHP

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Viewing Word Documents using PHP
Дата
Msg-id GNELIHDDFBOCMGBFGEFOGEFOCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Viewing Word Documents using PHP  ("Kris-Jon Fenton" <kfenton@pcpro.net.au>)
Список 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 по дате отправления:

Предыдущее
От: "Dan Harrington"
Дата:
Сообщение: Re: Viewing Word Documents using PHP
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Viewing Word Documents using PHP