Thanks bogu. I did a search on COM and PHP and found some samples for creating Word docs in PHP.
However, all the examples I saw were using $word->Selection->TypeText("....").
Is there a way I can use an html file that is formatted properly (fonts, bold, italic, ...) and have that read into the $word, keeping the same formatting? Or any other way that lets me create the Word doc with formatting?
Thanks.