"David" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> $adsi = new COM(server.object)

All you need is ...

$adsi = new COM( "comobjectname" );
$adsi->objectmethod();

try that, the only problem you might have is passing variables by
reference... to do that you can ONLY ( at present ) pass by refrence
variables of type VARIANT *.  So check your interface.

You also might have trouble passing arrays - but when 4.0.7 comes out that
should be fixed.

Rich



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to