Is there a way to loop through a PHP associative array in the same way you would loop through a normal array?<BR><BR>For example, if I have:<BR><BR>$arr["name ...
Warning: I'm very rusty with my PHP.<BR><BR>I'm trying to use PHP's LDAP functions to do some Active Directory integration. I stumbled across adLDAP but am having trouble customizing it so that the ...