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....
Post new comment