Chat application in PHP & MySQL: Implement user left chatroom part7

preview_player
Показать описание
Chat application in PHP & MySQL using Ratchet Library
Web socket programming
Implement user left chatroom

Get the code from:

Share, Support, Subscribe!!!

Connect with Me:
Рекомендации по теме
Комментарии
Автор

thanks for sharing i enjoyed the tutorials. kudos

Mutepuka
Автор

thank you very mush friends you saved my life, <3 <3

ayoubabartal
Автор

how can i from the chat class send back info for a "specific user" without looping for everybody


foreach ($this->clients as $client) {

$client->send($msg);


}


i don't want to loop for everyone and use (if statments ) to send message to specific user

МохамедРусланович
Автор

Thank you for this tutorial. This really helped me on so many levels !!! Can you make something on the deployment of this app into production like how to set it up and the minimum environment required for this to run.

kinsleyKJV
Автор

How to run Chat application using Ratchet Library of chat server on a remote VPS

tathagataBandyo
Автор

Thank you for your efforts it was a great project by you, but i have a question :, Can i tell the server to send the message to a specific connection ? or specific user not to all ?

amrahmed
Автор

Hello, I watched your videos and I was able to complete the chat and it's working. I wonder if you have any material where I can learn how to send private messages and update the status of connected users in real time after login?

sampaiogilbert
Автор

How to send email to email id through local server like xamp and wamp from contact us form?
Please make a tutorial on this topic.

nazeerhaider
Автор

How to update left users without refresh using the same library?

THASMOHAMED
Автор

Great tutorial but it does not seem to work in production. I'm using digital ocean and even when I change it to the IP address and port selected (with SSL) it doesn't connect. I get a timeout error and no connection established. Is there a way to go about implementing it in production? Thank you for any input.

JohnDoe-rkex
Автор

Add list of. Other chatroom that users can join

peterukeme
Автор

Good job bro, JESUS IS COMING BACK VERY SOON;WATCH AND PREPARE

thechoosen
Автор

THERE IS ONE BIG FLAW IN YOUR APP. You forgot to add a check that would restrict chat between TWO USERS only. Right now, if you add a third user say "Shubham" and then send message from "Dinesh" to "Durgesh" or vice versa then even "Shubham" will receive that message even if he is unauthorized to see it. You must implement this check. Also, that is what I came here for.

redstarentertainment