Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: PF2G on October 01, 2011, 04:31:36 AM

Title: Index News
Post by: PF2G on October 01, 2011, 04:31:36 AM
Hello,

I'm creatin a website and i want to make that some news appear every 5 seconds.
The news are in a DB i created in MySQL.

I searched over and over again, but i can't find anything useful for me.

Can someone help me?

Thank You
Title: Re: Index News
Post by: Delois on December 24, 2011, 01:31:46 AM
if the news you want to display on your website is extracting from Feeds of the other popular news website, you need to use Javascript boc to display feed and it will automatically display updated feeds from those sites instead of storing it to database.

or you can use web services which updated which is little hard to implement. Stock exchange sites usually use this technique to update the value of stocks.