News Feed
Jobs Feed
Sections




News Archive
Sudheer Satyanarayana's Blog:
A Bit Of XML, RSS And CURL In 7 Lines Of PHP And A Useful Program
April 02, 2010 @ 11:27:47

In a new blog post today Sudheer Satyanarayana shows how to take a few simple lines of code (seven to be exact) and create a simple XML/RSS reader he used to pull in weather data for a simple application.

Today, I was looking for a quick way to get the current weather information on my computer. There are so many websites out there that offer the information. But I was looking for a program I could permanently install on my computer and launch it whenever I want to lookup the weather information. [...] I wrote a program to print the weather information in 7 lines of PHP code. I have published this program on Code Album github repository. You can grab it and use it.

He chose a Yahoo feed to get the weather information from their service. He includes the base code to make the request via a cURL connection and parsing it into a SimpleXML object to pull out the needed info.

0 comments voice your opinion now!
xml rss curl tutorial weather


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: Building Objects Video (Parts 1, 2 & 3)

PHPBuilder.com: AJAX and PHP Part 1

DevShed: Filtering Image Streams with the GD Library in PHP

SitePoint.com: How to Create an XML to JSON Proxy Server in PHP

Andrew Johnstone's Blog: Emailing Attachments: Exim Filters and PHP streams


Community Events











Don't see your event here?
Let us know!


database interview introduction zendframework2 release framework functional development composer series podcast example api community phpunit testing language application opinion code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework