Login   Register  
PHP Classes
elePHPant
Icontem

File: examples/ThingISBN.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Robert van der Linde  >  LibraryThing Services  >  examples/ThingISBN.php  >  Download  
File: examples/ThingISBN.php
Role: Example script
Content type: text/plain
Description: example for ThingISBN
Class: LibraryThing Services
Get book information using the LibraryThing API
Author: By
Last change:
Date: 2009-08-20 01:44
Size: 238 bytes
 

Contents

Class file image Download
<?php
/**
 * Instantiate the webservice
 */
$service = new ThingISBNService();

/**
 * Search for works related to the book identified by
 * 01927568392. Returns an array of isbns 
 */
$isbns $service->getRelatedWorks('01927568392');
?>