I'm doing some php for our intranet, what i want to do is to get the NT username from the visitor to act as authentication when submitting forms. (its basically a form that contains some information about themselves that they can change.)
Use IIS to run PHP. Protect the pages using Explorer (e.g., authenticated users) and turn anonymous access off. That should be all you need.
Dave
=========================================== http://badblue.com/helpphp.htm Free small footprint web server for Windows
unfortunately i'm using a Linux webserver, what i want to do is to check if the NT username matches that of the record that they are trying to edit, (not just see if they are an NT user)
Hmm... do you have an SQL database? if so this really isnt all that hard. and ill post some code to get you going
yep, i'm using MySQL, it would be great if you could point me in the right direction.
cheers