Web Development Blog: Search for photos using PHP and the flickr...

Courtesy PHPDeveloper.org  Mon, 12/21/2009 - 15:16

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....


 

More related items

Manipulating Configuration Data with Zend_Config -...
When building a Web application, you'll often find it necessary to save and retrieve user-defined configuration values. Rather than rolling your own code, consider using Zend_Config, which...

Jeremy Cook's Blog: Implementing the ArrayAccess...
Jeremy Cook is back with the next part of his series looking at the handy features PHP's SPL provides. In this new post he looks at the ArrayAccess interface and how it can make your data...

Google Pulls the Plug on Picnik, Sky Map and More


 

Post new comment

The content of this field is kept private and will not be shown publicly.
computer-internet.marc8.com