Curl implemented this version //$AZ = file_get_contents($file); $parsed_xml = simplexml_load_string($AZ); foreach($parsed_xml->Items->Item as $current){ $picture = $current->MediumImage->URL; $azname = $current->ItemAttributes->Title; $azprice = $current->Offers->Offer->OfferListing->Price->FormattedPrice; $asin = $current->ASIN; $offerListingId = urlencode($current->Offers->Offer->OfferListing->OfferListingId); $azdescription = $current->EditorialReviews->EditorialReview->Content; $azlink = $current->DetailPageURL; $availability = $current->Offers->Offer->Availability; //$azjump = seo_str($azlink); $l1 .= '

'.$azname.'


'.$azprice.'

'.$azdescription.'
'; } ?>