如何在我的Php页面上实现实时通知

时间:2016-09-08 10:47:00

标签: javascript php html

这是我的家.Php ,我需要从数据库显示实时通知

<html>
<body>
<label>Notifications <?php echo "(".$notification.")"; ?>)</label>
//$notification Contain no. of Notifications From Database
</body>
</html>

2 个答案:

答案 0 :(得分:1)

您需要使用web socket进行实时通知。您可以尝试Ratchetsocket.io

答案 1 :(得分:1)

这里是它的例子

Real time notifications with PHP