Archive

Posts Tagged ‘simple rss’

Simple Rss Reader In Php

June 3rd, 2011 Comments off

Hi, im looking for someone to create me a simple RSS reader which graves the information from this link:
http://apps.cbp.gov/bwt/customize_rss.asp?portList=535501&lane=pov&action=rss&f=html

And place the information in a php variables like so:

echo “The title of this feed is $title”;
echo “The descripcion of this feed is $description”;

and so on…

Simple Rss Feed Display Script

May 7th, 2011 Comments off

I need a simple RSS script that will display RSS feeds. The script needs to be one page, where I would list several feed urls and when it is called, would shuffle results and display the results.

It need it to be able to be called from any page on my site with an include statement.

Simple Rss Headline Parser

May 21st, 2009 Comments off

I need a simple script that will parse the most recent 5 headlines from a wordpress blog. Thanks

Bear