topical media & game development 
  
 
 
 
 
  
    
    
  
 server-webapi-code-07-soapSamplePresentingResults.php / php
  <?php
  
  require('../lib/nusoap.php');
  
  params = array(
                      'keyword'    => 'elements of style',
                      'page'        => 1,
                      'mode'        => 'books',
                      'tag'         => 'preinheimerco-20',
                      'type'        => 'heavy',
                      'devtag'      => '1PHH5VTRY7D300H7JTR2'
  );
  
  action = 'soap.amazon.com';
  result = method, 
    array('KeywordSearchRequest' => namespace, result);
  result['Details'];
  
  foreach (item)
  {
    item['ProductName'];
    item['Url'];
    item['ImageUrlSmall'];
    item['BrowseList'];
    item['BrowseList'];
    item['Authors'], ", ");
    item['ListPrice'];
    echo "<img src=\"url\" title=\"Learn More at Amazon.com\">authorList . "<br>";
    echo "List Price: " . 
  
  
(C) Æliens 
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. 
In case of other copyright issues, contact the author.