Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Defining Some Custom PHP Functions with Yahoo Web Services
Feb 05, 2008 @ 17:18:00

DevShed continues their series looking at connecting a PHP5 script to the powerful Yahoo! search backend with part four of the series today. This part focuses on reworking some of the previous examples to make them more modular using custom defined functions.

Logically, these examples can be really useful for learning the basic concepts surrounding the use of these search services, but undoubtedly, it's necessary to modify and improve their source code to make it more compact and completely reusable.

They start the overhaul with the web search (complete with example results) then push on to the video and image searches and work them over the same way.

tagged: webservice yahoo tutorial php5 search video image function

Link:


Trending Topics: