werty

msg:1541843 | 8:23 pm on Apr 26, 2005 (gmt 0) |
Bulungu, you need to install an RSS parser on your server in order to show the RSS feeds. You can go with a javascript version which is really easy, but requires the user to have javascript turned on, and the content will not be crawled/index by the search engines. The second method is to use a php or asp solution that will parse the files for you. This thread contains some links to various RSS parsers: [webmasterworld.com...] Also this thread contains a link to an excellent tutorial on RSS feeds: [webmasterworld.com...]
|
bulungu

msg:1541844 | 2:07 pm on Apr 27, 2005 (gmt 0) |
Thanks Werty: The links seem helpful. I have looked into several RSS files and I see the XML codes in them. I've spent some time trying to compare and understand what these codes mean and how I can scrap them myself. The question is how do I use PhP to display the feed on my website? Suppose I have a RSS file like "myfeed.xml" and I have a Php file like "myfeed.php". Assuming that both files are in the same directory of the web server. What will the "myfeed.php" file codes be? What if I have "myfeed1.xml" and "myfeed2.xml"? <?php //something here to display the feed(s) } ?>
|
werty

msg:1541845 | 4:17 pm on Apr 27, 2005 (gmt 0) |
Have you looked at magpie? [magpierss.sourceforge.net...]
|
bulungu

msg:1541846 | 11:43 pm on May 1, 2005 (gmt 0) |
Sorry Werty for the delay. I have now figured out the whole thing regarding RSS. Thanks for your assistance. Bulungu
|
werty

msg:1541847 | 2:10 am on May 2, 2005 (gmt 0) |
No problem, glad you got it worked out.
|
|