PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
i need an example where as soon as the server gets updated, the browser should show the updated results, without refreshing. I searched in google, with key words like server push, comet etc without any tutorials.
While HTTP Push can, technically be used, it requires the server to manage the tracking. Ajax may be a better option, but it will require Javascript. Although HTTP Push requires support from browsers too.
I downloaded the ajax chat example from the site to solve realtime problem, http://www.zeitoun.net/index.php?2007/0 ... t-with-php and tested, its giving error, stack overflow at line 0. (should i have to download any extra file to make it work?)