Items->Item as $current){ $amazonresults[] = array( "Book Title" => utf8_decode((string)$current->ItemAttributes->Title), "Book Author(s)" => utf8_decode((string)$current->ItemAttributes->Author), "Publisher" => utf8_decode((string)$current->ItemAttributes->Publisher), "Publication Year" => utf8_decode((string)$current->ItemAttributes->PublicationDate), //"SmallImageURL" => utf8_decode((string)$current->ItemAttributes->SmallImageURL), ); } #print_r($amazonresults); die(); return $amazonresults; } ?>