how to add a chatting web like we are doing to ask question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

how to add a chatting web like we are doing to ask question

how to add chatting like thing

26th Jan 2017, 5:22 AM
Prashanth Kumar
Prashanth Kumar - avatar
2 Answers
+ 8
thanks bro
12th Feb 2017, 12:10 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 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
12th Feb 2017, 10:01 AM
Kurios Gaming
Kurios Gaming - avatar