Guys thank you for your replies.
The values that can be seen in the multi-dimensional array were extracted from Active Directory. According tot he array the cn the user is Charlie Chaplin.
From that I thought that the index (i.e. ['cn']) contained a value and that value was Charlie Chaplin?.
Please excuse me for asking, is there a way to get hold of the comman name from the array?.
I am not sure if this helpful or not but the code for searching and extracting Active Directory data is as follows:
$searched = ldap_search($connectiontoad, $dn, $filter, $arrayofadattributes);
$information = ldap_get_enteries($connectiontoad, $searched);
I had put a print_r($information statement) here. The output is shown in the screenshot, of my first post.
Thank You