![]() |
|
|||||||
| PHP, CGI, ASP, Server-Side Programming Discuss server-side programming such as PHP, CGI, ASP, and others. |
This is a discussion on rss to php within the PHP, CGI, ASP, Server-Side Programming forums, part of the Webmaster / Coding / Web Design Discussion category; I want to learn to manipulate rss feeds and display it on my website. How can I do it? I ...
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
|
New Hunter
|
I want to learn to manipulate rss feeds and display it on my website. How can I do it? I just need to be able to access all this info asap. What's this method called? Any websites that can teach me?
Thanks.........
__________________
Offshore call center outsourcing |
|
|
|
|
|
#2 |
|
Sharp Shooter
|
their are few scripts where you can display rss feeds on your site if you want to learn then download that free scripts and learn from it
if you cnat find then let me know i will search for you i have seen a nice script where you can display news from more sites |
|
|
|
|
|
#3 |
|
New Hunter
|
how can we create rss feed in php ?
can some suggest me about it ? |
|
|
|
|
|
#4 |
|
Field Master
|
You need to go through the W3C notes on RSS feed. Both Atom feed and the RSS feed does need certain syntax and specific values, some are must. Just check out the W3C documentation to know more about it please.
|
|
|
|
|
|
#5 |
|
Field Master
|
RSS feeds does need to maintain the XML syntax and you can create it simply adding all string values in the form of an XML data and can echo it to display in the feed format.
Please make sure you are not leaving any spaces before php tag. In many cases it will result in error. |
|
|
|
|
|
#6 |
|
New Hunter
|
I am not sure about these steps but i wanted to share with all you..
1.) Put a free copy of the rss2html.php script on your webserver and call it by passing the URLs of your feed and webpage template files. 2.) Put a free copy of the rss2html.php script on your webserver and edit its feed and template variables 3.) Run the rss2html.php script from a server, passing it the URLs of your feed and webpage template files free of charge. 4.) Pass your feed to the RSS2HTML server which will display the feed in an html format free of charge. |
|
|
|
|
|
#7 |
|
New Hunter
|
You can try RSSFilter, it is a PHP script that filters the contents of an RSS feed. The filters can be defined by the publisher so that the resulting RSS feed contains only the information they want. RSSFilter uses rules to filter the items that are included from a feed in the resulting feed.
RSSFilter is designed to be able to be used in conjunction with other RSS Scripts to provide additional RSS solutions. For example RSSFilter can be used with RSSmesh, so that mulitple feeds can be filtered and then merged into a single RSS feed. When using the RSSFilter script, the publisher can control the data filtered by defining rules. The allowed rules are currently: contains, does not contain, equal with, not equal with, begins with, does not begin with, ends with, does not end with, is empty, is not empty, alphabetically before, alphabetically after, before date, before or on date, on date, after date, after or on date, before time or after time. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|