Re: [PHP-WIN] How to use the Object returned from COM?

2001-11-28 Thread Flower Rose
Never mind. I solved the problem. It seems that I am completly newbie on COM Object... > > > - Original Message - > > > From: "Flower Rose" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, November

RE: [PHP-WIN] How to use the Object returned from COM?

2001-11-28 Thread Flower Rose
Vusers) > { > $VusersSet->Reset; > $username=$Vusers->{'name'} ; > $userfullname=$Vusers->{'fullname'} ; > print "User name: $username Full name: > $u

[PHP-WIN] How to use the Object returned from COM?

2001-11-27 Thread Flower Rose
I want to try a PHP script which use COM Object. But I don't know how to use the data returned from COM. There is an ASP example on how to use the data. === <% Set AU = Server.CreateObject("Persits.AspUser") For Each User in AU.LocalUsers Response.Write User.Name & " (" &