Re: [PHP] COM

2001-05-02 Thread Iriton Jonath P. Andrade
Hi Arteaga, Instead of using that functions, use the new one shown bellow: For instantiate an COM object in PHP: $obj = new COM("ApplicationName.ClassApplicationName"); For properties and methods access: $obj->property_name; $obj->method_name; I have used and tested this function and I have

Re: [PHP] COM

2001-05-02 Thread Iriton Jonath P. Andrade
valid "OLE programmatic identifier". Regards, Iriton. - Original Message - From: "Hassan Arteaga" <[EMAIL PROTECTED]> To: "'Iriton Jonath P. Andrade'" <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 8:51 AM Subject: RE: [PHP] COM Hi Iri