This topic is locked

Filtering Records By User Nt Login

7/8/2013 07:20:56
PHPRunner General questions
M
marimach77 author

Hi,
Because of my knowledge of PHP is poor I'd like to ask you for a help. I have a simple SQL table AAA with a few fields:
ID (incremental)

Emp_ID (user id)

Emp_Login (NT login)

Emp_Name (varchar)

Emp_Data (varchar)
On IIS I have enabled Windows Authentication.
Now I want to allow users see the records related to detected (by PHP) user only. In short, I can see only records with my NT login. How to configure it?
Thanks a lot

Brgds

Mariusz