Click to See Complete Forum and Search --> : username extraction from NT or Novell


Anon
01-31-2001, 10:26 AM
Hi,

I'm putting together a php based complaint registration system for my school, my question is thw following.
People have to enter their username, which is allso entered when they log in to NT using a Novell client. Is there a possibillity to retrieve that username with PHP so I can store it as a variable for storing in a MySQL database.

thanks,

Remco

Anon
01-31-2001, 02:52 PM
Try using the $PHP_AUTH_USER variable.