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)