Hi All,
I have several PHP scripts that I use to pull data from a MySQL database. I am running PHP 5.0 on Windows Server 2003, IIS 6.0 on a Windows authenticated domain.
Ok, so, I have a few directories and/or pages that require a domain login, so I have set them to ask for the domain authorization before viewing. All that works great so far.
However, now I want to take that person's login info, at least their username, and pull data back from MySQL that pertains only to them...hence I need some sort of identifier.
Can PHP read that login info somehow so I can use it to get just that person's data out of my MySQL database? I haven't found anything like this so far...except for a PEAR extention about NTLM Proxy or something like that. But, I don't think it was what I want.
Thanks.