", "", $type=EXCL);
# Parse shirts from order array
$shirts = parse_array($order_array, $open_tag="", $close_tag="");
for($xx=0; $xx", "", $type=EXCL);
$color[$xx] = return_between($shirts[$xx], "", "", $type=EXCL);
$size[$xx] = return_between($shirts[$xx], "", "", $type=EXCL);
$price[$xx] = return_between($shirts[$xx], "", "", $type=EXCL);
}
# Echo data to validate the download and parse
for($xx=0; $xx
COLOR=".$color[$xx]."
SIZE=".$size[$xx]."
PRICE=".$price[$xx]."
";
?>