Hi,
I just wrote a basic set of php scripts to manage my .htpasswd files.. add users, manage users, etc.
What I can't figure out though is this..
My restricted area has multiple users.. when a user logs in, I want to be able to grab their name and display it.. for example.. so when they update something it can say "updated by loginname"
Anyone know how I would do this?