如何使用 PHP 创建 AJAX 通知来通知好友请求
我希望创建一个 AJAX 咆哮或酷炫的 AJAX Web 2.0 通知,我了解 PHP,并且我希望通知用户 当 $username 接受好友请求时,AJAX 中会发出通知咆哮 通知用户已接受他们的好友请求。
I'm looking to create a AJAX growl or cool AJAX Web 2.0
notification, I know PHP, and I'm looking to notify users
when $username accepts friend request then a notification growl in AJAX
that notifies that the users has accepted their friend request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所描述的内容是通过使用 Push 技术 来完成的,该技术涉及的不仅仅是 PHP。无论如何,问题是使用良好的 SQL 查询来检查请求的状态并将信息提供给轮询类型的 AJAX 脚本。
What you are describing is done through the use of Push technology, which involves more than PHP. In any case, it would be a matter of using your good ol' SQL query for checking the state of the request and giving the info to a polling-kind-of AJAX script.