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…
Categories: ASP, Customization, PHP, RSS, Simple Tags: ASP, PHP, reader, RSS, rss reader, Simple, simple rss
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.
Categories: Programming, RSS, RSS Feed, Script, Simple Tags: display, Feed, RSS, RSS Feed, Script, Simple, simple rss
I need a simple script that will parse the most recent 5 headlines from a wordpress blog. Thanks