Make multiple chat rooms in php?

Jesse

New member
Hello. I am currently creating a website that pulls info from a MySQL database using PHP. It searches for the users information, retrieves all other users who have common information, and now I want to make a chat room where only the people with common info can chat. I understand I can do this by creating another table in MySQL, however, making a table for every different infomation value seems too time consuming. There's gotta be an easier way to do this! Thanks for the help!
 
Back
Top