In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
(Crawley) wrote:
>"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
>
>
Thanks Rich,
However to access this IIS thing you need to do something like this:
$iis = COM("IIS://localhost/w3scv");
Which is apparently only supported in 4.0.7.
Thanks,
David
--
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]