Posts Tagged ‘feed’

simpleXML PHP tutorial learn to parse any XML files and RSS feeds

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.

PHP Tutorials: Reading XML/RSS/Atom Feeds (Part 2/2)

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)

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]

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)

Create a news feature and keep people updated!

PHP Tutorial: Twitter API -HD-

In this tutorial, you will learn how to retrieve data from the Twitter API using PHP and then output it. Be sure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com

PHP Tutorials: Create a news feature (Part 3)

Create a news feature and keep people updated!

PHP Tutorials: Create a news feature (Part 2)

Create a news feature and keep people updated!

Part 1: How to Build PHP and MySQL CMS Website Software

In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through CSS.

PHP Tutorials: Show Recent Twitter Tweets using curl

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