Problems with multiple foreach nesting loops

Source: Internet
Author: User
$xml = simplexml_load_file ($xml _uri) $offer _url=array ("itemcondition" = "qualifiers->itemcondition", " Itemsubcondition "=" qualifiers->itemsubcondition "," Fulfillmentchannel "and" qualifiers-> " Fulfillmentchannel "," shipsdomestically "=" qualifiers->shipsdomestically "," Shippingtime "and" Qualifiers-" >shippingtime->max "," sellerpositivefeedbackrating "=" qualifiers->sellerpositivefeedbackrating "," Numberofofferlistingsconsidered "=" numberofofferlistingsconsidered "," sellerfeedbackcount "and" = " Sellerfeedbackcount "," landedprice "=" Price->landedprice->amount "," Listingprice "and" price-> " Listingprice->amount "," Shipping "=" Price->shipping->amount "," multipleoffersatlowestprice "and" = " Multipleoffersatlowestprice "); foreach ($xml->getlowestofferlistingsforasinresult->product-> Lowestofferlistings->lowestofferlisting as $key) {foreach ($offer _url as $name = + $value) {echo $name. ". $key $value." --------";}  echo "<br>";} }?; 

$key-$value No results, how should I write??

Reply to discussion (solution)

$name. " $value, $key.
So the assembly is a string, not a statement, cannot be executed
You need to use Eval or create_function as a statement to perform

The following results are also null

echo eval ("\ $key->\ $value;");

Is there a problem with grammar?

echo eval ("return \ $key-$value;");
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.