+ 7
how to add a chatting web like we are doing to ask question
how to add chatting like thing
2 ответов
+ 8
thanks bro
+ 2
This could be done simply with php and a database.
If you create a database and store name, message, time stamp, etc. Could also add a database for login / user login.
You could then use a for each loop to read the messages and update the DB accordingly