News Feed
Jobs Feed
Sections




News Archive
Web Development Blog:
Search for photos using PHP and the flickr API
December 21, 2009 @ 15:16:31

On the Web Development Blog there's a recent post about connecting your PHP application with the Flickr API to search for photos with the help of a simple class.

We will be using the php function "file_get_contents" to receive data from flickr. The data which we will receive will be a serialized PHP array which means all we need to do is unserialize the array and we will easily be able to use the data returned. As an alternative we can use a cURL function to get the data, for example if the function "file_get_contents" is not allowed on your web host.

They show how to get your API key from the Flickr website and the sample code that you'll need to make a GET request (with file_get_contents) and an example of a loop displaying the response.

2 comments voice your opinion now!
flickr share api connect tutorial


blog comments powered by Disqus

Similar Posts

The Bakery: Lots of New Articles/Tutorials/Components

Dhiraj Patra's Blog: Caching PHP Programs with PEAR

Jani Hartikainen's Blog: Exceptions and abstraction

Josh Holmes' Blog: Easy Setup for PHP On Azure Development

PHPMaster.com: An Introduction to Services


Community Events









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


unittest opinion testing language tool composer introduction development code example community framework release api object zendframework2 interview podcast database phpunit

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