Is it possible for some text retrieved from a MySQL database with PHP to be converted to a Microsoft Word (.doc) document under a Unix (or Linux or BSD) server environment?
I think there is a module or something that allows this feature in PHP for a Windows server environment, but for my purposes it has to be Unix-based.
I'm looking for a feature similar to PHP's PDF capabilities.
TIA