Not sure if this is a PHP question, per say...but here goes.
I have a client that needs to track who enters comments in a textbox. This is a contact management system used by his office staff.
My initial thought is to have them login with a username and password. I can than store the username in a session.
What I would like to do is code it so that if the user clicks inside a large textbox....the username from the session, automatically is placed in the textbox before their comments.
The goal is to track everything someone enters.
I assume I need to use a little bit 'o javascript to accomplish this, but I havent seen any helpful references googling....
Any ideas would be helpful...
Thanks!