<?php
/*******
http://forums.thaisem.com/index.php?topic=8265
*******/
header('Content-type: text/xml');
include("includes/request.php");
include("includes/config.php");
$parsed_xml = aws_signed_request("com", array("Operation"=>"ItemLookup","ItemId"=>"$_GET[asin]","ResponseGroup"=>"Large","AssociateTag"=>"$tag"), $public_key, $private_key);
print $parsed_xml->saveXML();
?>