Is it possible to read and write Word (2003 and 2007) files in PHP without using a COM object? I know that I can:
$file = fopen(\'c:\\file.doc\', \'w+\'); fw
Most probably you won't be able to read Word documents without COM.
Writing was covered in this topic