Hello,
I am trying to display the full name of a user in Active Directory on an Intranet page. I can display their user id with:
$eadUserName = $_SERVER['LOGON_USER']; echo $eadUserName;
but need to figure out a way to display their full name instead. I am new to PHP so any info would be greatly appreciated. Thank you!