itssami 0 Report post Posted April 21, 2006 Im looking for some script which can fetch news from Reuters or any other news website and publish on my own webite.(of course i'll mention clearly that it is from reuters or anything else).. I dont mean RSS feeds where i can put only headline of some lines and then the link of the news website..i mean , for example on front page of my website there will be headlines..and when some one click on headline , it opens details of news on my own website, Not on the reutors etc..Is it possible ? Share this post Link to post Share on other sites
Inspiron 0 Report post Posted April 22, 2006 hey itssami.. I can't think of any other was but RSS is the way to go. RSS is able to grab latest information from the servers. However you will need a converter to convert those RSS feeds into HTML automatically, which then the HTML files will appear on your own websites. All these should be done in the backend with scripts. Here's what I've found. Certainly it will interest you.. RSS to HTML PHP Script http://www.feedforall.com/free-php-script.htm If you've intro Java, you may like this as well.. http://www.webreference.com/xml/column15/index.html Share this post Link to post Share on other sites