Reference:
http://sg.php.net/manual/en/ref.com.php
Odd, PHP should come with COM bundled and ready to roll. What version of PHP are you running? what OS?
T
:
This message was edited by stutley at 2006-1-18 8:0:36
: Hi All,
:
: I just read this article:
:
:
http://www.programmersheaven.com/articles/Bogomil/art.htm
:
: Unfortunately, I am not that experienced in that type of programming.
:
: I get this error:
:
: Fatal error: Cannot instantiate non-existent class: com in [path stripped by me]..COutLook.php on line 94
:
: Line 94 reads:
:
: $oOutlook = new COM("Outlook.Application");
:
: ..which is in the function getUnreadinInbox.
:
: But I have no idea what this means and what should be done? :D
:
:
: