Hello. How does one translate the following so that com_get() or com_propget() can be used in its place? This works: $fv=@$oRecordset->Fields[0]->Value; I want translate the above to this form: $fv=com_get(???,???); I am using the COM functions in PHP4 for Win32 to access the Active Directory. Thanks in advance. Kelvin -- 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]