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