| 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 | 
| 
 | 
  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; 
  
   |