I\'m trying to read a .doc file into a database so that I can index it\'s contents. Is there an easy way for PHP on Linux to read .doc files? Failing that is it possible to
I found a unoconv package in Ubuntu. It does conversion between all formats supported by OpenOffice. You should be able to use exec in php to run this utility.