PHP ve JavaScript kullanarak sohbet bir sohbet yaptı ve ilk kullanıcı listeden onu çıkarmadan sohbet kullanıcı kaldırır bir kesme düğmesi vardır. Kullanıcı tarayıcıyı kapatır Ama eğer o kullanıcı listesinde kalır. O gittikten olmadığını nasıl kontrol edebilirim?
Kullanıcı tarayıcıyı öldürürse o sohbette kalır çünkü bu JS without putting any handles on page closing yapılmalıdır.
By the way , JS script always sends a request to the PHP page which constantly checks for new messages in a loop and when there are some, the script prints them out and exits. Then it repeats all over again.
EDIT : How do I make a heartbeat thing in PHP? If a user closes the page the script execution will be terminated therefore we won't be able to check if the user is still connected in the same script. strong>