开发者

Instant Alert notification feature using PHP

开发者 https://www.devze.com 2023-04-07 05:18 出处:网络
Need to display incoming mails when the u开发者_StackOverflow中文版ser is currently logged in. Can we use socket server programming concept for this requirement. Need help?http://code.google.com/p/php

Need to display incoming mails when the u开发者_StackOverflow中文版ser is currently logged in. Can we use socket server programming concept for this requirement. Need help?


http://code.google.com/p/phpwebsocket/

Avoid using PHP's native socket support. They're an absolute mess, you will end up tearing your eyeballs out.

Or you could just poll an ajax script every couple of seconds.

0

精彩评论

暂无评论...
验证码 换一张
取 消