Re: [PHP] Unable to create COM objects on Win2k

2001-08-07 Thread Mikael hultgren
On Mon, 6 Aug 2001 17:44:29 -0500 "Diego Fulgueira Pastor" <[EMAIL PROTECTED]> wrote: > Hi! I have the following problem: > > I am using IIS 5.0 on Win2k, and I am unable to create COM objects. For > example, the following code will produce the script to halt: > > $myObject= new COM("CDONTS.N

[PHP] Unable to create COM objects on Win2k

2001-08-06 Thread Diego Fulgueira Pastor
Hi! I have the following problem: I am using IIS 5.0 on Win2k, and I am unable to create COM objects. For example, the following code will produce the script to halt: $myObject= new COM("CDONTS.NewMail"); $myObject->to='[EMAIL PROTECTED]'; $myObject->send(); The script stops in the second li