backdraft Posted November 11, 2006 Share Posted November 11, 2006 I'm working on a small web-based application in PHP.I have a default page that is displayed to the user when the system is not active. However, I need a listener implemented on this new page to automatically check for a new database record. If there is a new record, I need a different page to be loaded in the same window. However, I'm not sure how to implement a listener in PHP. I planned to use MySQL; however, digging deeper it looks like PostgreSQL may be a better option due to it's LISTEN/NOTIFY feature. I need some code help. Any basic examples would be great.Thanks,Josh Link to comment https://forums.phpfreaks.com/topic/26936-listeners-notifiers-in-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.