php COM object
Posted: Tue Jun 08, 2004 10:29 pm
i have a code that connects with a COM object and i dont know what i'm doing wrong.
i think this should be correct, but dont work:
this work:
i've tried this too and dont work:
this code work on ASP:
please let me know what i'm doing wrong, thanks.
i think this should be correct, but dont work:
Code: Select all
$domains = $domainObj->Search($User, $Pass, , , $Reseller);Code: Select all
$domains = $domainObj->Search($User, $Pass);Code: Select all
$empty = new VARIANT();
$domains = $domainObj->Search($User, $Pass, $empty, $empty, $Reseller);Code: Select all
Set rsDomains = oDomain.Search(User, Pass, , , Reseller)