> Quoting Nicole Amashta <[EMAIL PROTECTED]>:

> This is the first place I am going to look for
> an answer to this...
> Can PHP generate a word document formatted
> file? If so, can someone point me
> to where I might find some documentation for
> this. I checked  php.net and
> typed "doc" in the search field for functions
> .... I'll  search elsewhere also.
>
> Thanks in advance!
>
> --
> Nicole Amashta

Word has a closed fileformat for its documents, unlike
openOffice and StarOffice. But as always with
file-formats the least common denominator is likely to
be the best. For Word I have found this to be
Rich-text format (rtf), which is (almost) readable,to
work well on Word. However, I read an article on
phpbuilder.com about it, a while ago. I suggest you go
there and look if it fits your needs.

Another option is to use COM, but that means you got
to have Word on your PC, and isn't exactly a way of
doing things if you don't like cryptic error messages
and strange behaviour from your PC.

=====
Olav Bringedal
jaggu.org

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to