Hi guys,

how to add news columns in my site which could changed dynamically??

Any help appreciated.

Thanks

Recommended Answers

All 3 Replies

I would suggest using mysql with php. To do so simply create an admin panel which will insert news into the mysql database then in the column select from the database and order by timestamp desc. So perhaps a mysql tutorial might be useful. Google is your friend.

Do you mean news from your site?
or news from newspaper/reuters/associated press or other news agencies?
if your site php&mysql as cwarn23 posted,
if external site look for a rss feed, most news sites have them, and one of many rss2php rssthtml feedreader scripts off google hotscripts phpscripts scriptworld

If you have a Wordpress blog for your site, your news section can also display the recent posts from the blog...
Else, the mysql/php option suggested earlier is the best way to go...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.