How to create a chat manager with login with different accounts in php ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to create a chat manager with login with different accounts in php ?

give me some tutorial or demo..

29th Apr 2017, 12:59 PM
Biswajit Das
Biswajit Das - avatar
2 Respuestas
0
Make all the courses on here and you can do this easy
29th Apr 2019, 12:05 PM
Lexfuturorum
Lexfuturorum - avatar
0
Basic concept is Setup database>write some userlogin(and encrypt the passwords) >write a chatfunction that depends on the session(do this with a table in the dB) >finish
29th Apr 2019, 12:07 PM
Lexfuturorum
Lexfuturorum - avatar