
February 20th, 2003, 03:27 PM
|
|
Junior Member
|
|
Join Date: Feb 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
com error
I am just trying to get com to load anything and I am having trouble with it all... I am running on ISS 5.1, PHP 4.3.0 ISAPI, WIN 2000 Server
Warning: (null)(): Invalid ProgID, GUID string, or Moniker: Invalid syntax in E:\www\homemarketing.net\html\beta\testcom.php on line 12
Unable to instantiate Word
PHP Code:
<?php
$word = new COM("word.application") or die("Unable to instantiate Word");
?>
that is the only code I am using at this moment.
|