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
			
			
			
				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.