PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Krzysztof Piotrowicz   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: 11 years ago
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());
?>