To find out more or buy any of the windsurfing
posters below, just click on the poster image or link.
(Art.com provide a selection
of over 100,000 posters, photos, and fine art prints)
|
UK and EU Visitors may prefer Postershop.co.uk
|
|
Debug){echo "
". $query."
" ;}
$response = retrieve_xml_new($query);
// if ($this->Debug){print_r($response);}
$TotalItemsCount = 0;
$TotalItemsCount = @$response['ItemSearchResponse']['Items']['TotalResults']['_value_'];
// echo "
". $TotalItemsCount;
if ($TotalItemsCount > 0)
{
WriteAmazonSectionHeader($PageSubject,$SearchIndex);
if ($TotalItemsCount > 1)
{$Items = $response['ItemSearchResponse']['Items']['Item']; }
else
{$Items[0] = $response['ItemSearchResponse']['Items']['Item']; }
$BuyText = " this
".$PageSubject." ".$BuyItemText ;
WriteProductsTable($Items);
flush();
}
}
function WriteAmazonSectionHeader($PageSubject,$ProductType)
{
echo "
$PageSubject $ProductType from Amazon.com
";
}
?>