php & COM Object

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
nbjayme
Forum Newbie
Posts: 2
Joined: Fri Aug 22, 2003 8:21 pm

php & COM Object

Post by nbjayme »

Hi folks,

I'm using php4.3.3 to load a COM object. I call the php from Visual Basic Application to run a script.
No error was given when loading the COM object (in PHP) but it strangely halts for a couple of minutes and exits. It cannot seem to get pass the part of the script where I assigned a value to the COM's property. :cry:

How to set up the PHP ini file correctly? :cry:

nbjayme :)
fractalvibes
Forum Contributor
Posts: 335
Joined: Thu Sep 26, 2002 6:14 pm
Location: Waco, Texas

Post by fractalvibes »

Have you tried running just the php portion and see if you can trap any errors?

I have tried this on one of our test servers and the call to the COM object worked flawlessly.

Perhaps you are calling the COM object incorrectly?

fv
Post Reply