Hi all, I am new to php but have experience with C++, Java, sql, etc.
Been digging into the php books and it looks pretty cool.
PHPStorm, mysql, and webplus all installed on Win 7/64 and working fine.
My question is about sessions. I am developing a website that will have multiple users logged in at the same time and need to use an instant messenger on the site.
So far I have not been able to determine from my reference books how I can differentiate users when they want to send an IM. I would like to know who is sending an IM so I can prefix their message with their login name. I know I can store the users logged in into the $_SESSION array but how to know who is sending the message?
Thanks for any help.