PHP Classes

when i try to find a simple query, the class shows an error: ...

Recommend this page to a friend!

      AmazonAPI  >  All threads  >  when i try to find a simple query,...  >  (Un) Subscribe thread alerts  
Subject:when i try to find a simple query,...
Summary:Package rating comment
Messages:1
Author:daniel
Date:2011-08-25 16:00:21
 

daniel rated this package as follows:

Utility: Bad
Consistency: Not sure

  1. when i try to find a simple query,...   Reply   Report abuse  
Picture of daniel daniel - 2011-08-25 16:00:22
when i try to find a simple query, the class shows an error: AWS.MissingServiceParameterYour request is missing the Service parameter. Please add the Service parameter to your request and retry.

This is my code:
include("class.AmazonAPI.inc");
$x=new AmazonAPI();
$y=$x->keywordSearch("panda", "software");
echo $y;