Learn to parse any XML based feeds or data using PHP and a for loop. You can target any popular website RSS and rip data straight from their feeds using minimal code that is very easy to understand. We use the simplexml_load_file() function to make an XML object out of the XML file online. An XML object that can then be parsed easily enough with a PHP for loop. The simplexml_load_file() function is part of the simpleXML extension of PHP.
Posts Tagged ‘feed’
PHP Tutorials: Reading XML/RSS/Atom Feeds (Part 2/2)
March 24th, 2012
phpmoz Simply read any XML file with PHP. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Tutorials: Reading XML/RSS/Atom Feeds (Part 1/2)
March 20th, 2012
phpmoz Simply read any XML file with PHP. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com
PHP Tutorial: RSS Feed Generator [part 01]
January 7th, 2012
phpmoz WEBSITE: betterphp.co.uk In this video I show you how to create the RSS generator demonstrated in the previous part.
PHP Tutorials: Create a news feature (Part 1)
June 2nd, 2011
phpmoz Create a news feature and keep people updated!
PHP Tutorials: Create a news feature (Part 3)
April 13th, 2011
phpmoz Create a news feature and keep people updated!
PHP Tutorials: Create a news feature (Part 2)
February 18th, 2011
phpmoz Create a news feature and keep people updated!
PHP Tutorials: Show Recent Twitter Tweets using curl
March 14th, 2010
phpmoz Show your most recent Twitter tweets using curl, a free client-side library standard to most hosting packages. Visit the forum for help! phpacademy.info Follow on Twitter! twitter.com

Posted in
Tags:

