0
How to get live notification from database?
Anyone know how to get real time notification like facebook without time interwal in jquery and php
1 Réponse
+ 1
PHP isn't the best language to do this in. PHP scripts end after the code is finished. Use Node.js as it's asynchronous. Check out socket.io for easy data sending and receiving.