Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ofertino  >  Bing Search Results  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: EXAMPLE FILE
Class: Bing Search Results
Search the Web using the Bing search API
Author: By
Last change:
Date: 2012-08-26 05:44
Size: 164 bytes
 

Contents

Class file image Download
<?
include_once("bing_class.php");
$Bing = new BingAPI;
$Bing->setQuery_Type('sushi','Image');
$Bing->ReturnType 'ARRAY';
print_r($Bing->decoded_data());
?>