This code won’t work, how can I fix:
<?php $response = $amazonEcs->responsegroup('Large')->lookup('echo $row_Recordset1['ASIN'];');
$title = ($response['Items']['Item']['ItemAttributes']['Title']); print_r($title);?>
Note that if i were to have somewhere else it would correctly connect to the database and call the ASIN from the table and the entire code would work if instead of calling from a table I wrote a static ASIN. So the problem is most likely:
lookup('echo $row_Recordset1['ASIN'];');
Please check bellow code.
And your lookup function call should be like this.