这是我的家.Php ,我需要从数据库显示实时通知
<html>
<body>
<label>Notifications <?php echo "(".$notification.")"; ?>)</label>
//$notification Contain no. of Notifications From Database
</body>
</html>
答案 0 :(得分:1)
您需要使用web socket
进行实时通知。您可以尝试Ratchet
或socket.io
。
答案 1 :(得分:1)
这里是它的例子