如何使用 PHP 创建 AJAX 通知来通知好友请求

发布于 2024-12-06 14:11:40 字数 110 浏览 1 评论 0原文

我希望创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

俏︾媚 2024-12-13 14:11:40

您所描述的内容是通过使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文