leon_nerd Posted May 11, 2008 Share Posted May 11, 2008 Hello, I have been looking for PHP scripts, code or something that can help me in implementing my idea. But, I guess I am not able to search it properly due to lack of using proper terminology. I want to have a smalls section on a website that will display the 5 recent articles and I want them to update in real time (AJAXian type) whenever a user adds an article. Have a look at this: http://www.xbhp.com/talkies/xtracker.php. Whenever someone posts a reply or a thread it is displayed immediately on this page in real time. You don't need to refresh it. It will keep scrolling down as the replies are being posted. Now this is not something new but unfortunately I don't know the exact terminology for such a thing :'(. I googled "article ticker", "article updater", "AJAX article updater"..etc etc but didn't get the desired results. Any help in implementing this on my website will be highly appreciated. Thanks, Anurag Link to comment https://forums.phpfreaks.com/topic/105142-realtime-auto-article-updater/ Share on other sites More sharing options...
BlueSkyIS Posted May 11, 2008 Share Posted May 11, 2008 my guess is that there is a javascript that executes every x seconds, using ajax to pull the latest posts and put them into the page. Link to comment https://forums.phpfreaks.com/topic/105142-realtime-auto-article-updater/#findComment-538299 Share on other sites More sharing options...
leon_nerd Posted May 17, 2008 Author Share Posted May 17, 2008 Anyone who can help me on this? I have been trying a lot but haven't found anything yet. Link to comment https://forums.phpfreaks.com/topic/105142-realtime-auto-article-updater/#findComment-543734 Share on other sites More sharing options...
BlueSkyIS Posted May 17, 2008 Share Posted May 17, 2008 my guess is that there is a javascript that executes every x seconds, using ajax to pull the latest posts and put them into the page. Link to comment https://forums.phpfreaks.com/topic/105142-realtime-auto-article-updater/#findComment-543759 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.