製品についてアクセサリの検索
<?php
//ItemLookup
include_once('eng.php');
$para['Operation']='ItemLookup';
$para['IdType']='ASIN';
$para['ItemId']='B000IIOQOK';
$para['ResponseGroup']='Accessories';
$x=new amazon();
$x->para($para);
echo sprintf('<a href="%s">link</a>',$x->xml_url());
?>
<?php
//ItemLookup
include_once('eng.php');
$para['Operation']='ItemLookup';
$para['IdType']='ASIN';
$para['ItemId']='B000IIOQOK';
$para['ResponseGroup']='Accessories';
$x=new amazon();
$x->para($para);
echo sprintf('<a href="%s">link</a>',$x->xml_url());
?>
0 件のコメント:
コメントを投稿