Dear all
i tried this fine artical which guide hot to write php code to create ms office file using COM.
http://web.informbank.com/articles/technology/php-office-documents.htm
the problem that all the examples in this guide worked fine except the ms word example i am getting the following error:
this is the output:
I'm using MS Word 11.0
Fatal error: Call to a member function TypeText() on a non-object in C:\Inetpub\temp\index.php on line ...
$word->Selection->TypeText("Hello, universe!"); // error is here !
please help i tried everything... 😕
note: i am using windows server 2003 sbs and php 5 and office 2003