Looking for some help with PHP Lounge Coding?

I am trying to create my own Chat lounge in PHP on a web site and I have manged to get that working (with limited php/sql knowledge) however I am having issues figuring out how to do a users list of who in each lounge. If any one can help please contact me. I an new to php/sql and I am not anywhere near an expert more like hobbyist beginner.

Thank in advance for any replies.

It depends entirely on how you wrote your program. The program has to be aware of the users in each lounge – just make a div on the side (right side is more common), pop a textbox in it, and put the names for that lounge into the textboxes of users who are in that lounge.

Or download the source for Bahamut, or some other chat server, and see how it’s done.