Help for this page

Select Code to Download


  1. or download this
    $json='{"Orders":{"GeneralDescription":"General Instruction Section","
    +order1":{"type":"print"},"order2":{"type":"print"}}}';
    
  2. or download this
    $xmlrecord{GeneralDescription}=$root->findvalue('/Orders/GeneralDescri
    +ption);
    
    $xmlrecord{order1}= $root->findvalue('/Orders/order1/type/@type');
    $xmlrecord{order2}= $root->findvalue('/Orders/order2/type/@type');