This may be a silly question, but do you need to have Microsoft Word installed on a IIS server to use COMs in PHP? If not how do you access COMs? I've tried:
$word = new COM("word.application"
or die("Unable to instanciate Word"
;
and I get:
Warning: (null)(): Invalid ProgID, GUID string, or Moniker: Invalid syntax in C:\Inetpub\ on line 9
Unable to instanciate Word
Any thoughts?
Scott
$word = new COM("word.application"
and I get:
Warning: (null)(): Invalid ProgID, GUID string, or Moniker: Invalid syntax in C:\Inetpub\ on line 9
Unable to instanciate Word
Any thoughts?
Scott