
How to put FindRxOnline Feed to your site
Introduction
The Rich Site Summary (RSS) format, previously known as the RDF Site Summary, has quietly become the dominant format for distributing news headlines on the Web. It is use to share information between web sites, especially in medical news.
This article is written to help webmaster using the RSS Feed from FindRxOnline to make your site get more updated content
Get Started
To use our RSS Medical News Feed, please following the following these simple step. One note that your web server must support PHP 4.x in order to decoded and generate web page
We asssume you are installing the Feed page at http://www.yoursite.com/rss
Step 1: Download the RSS Decoder Library
The first step is download the rss decoder library, unzip it and using ftp client to upload the unziped files to http://www.yoursite/rss/lib
You can download the library in zip format here
Step 2: Create the medical news feed page
Using a text editor, such as notepad, copy and paste the following code to and save it as feed.php (or anything you want but must have the extension .php to make the PHP engine can read and execute it)
|