<?php $data = <<<DATA <ResultInfoCode tc="200"/> DATA; $xml = simplexml_load_string($data); echo $xml->attributes()->tc;
You have javascript disabled. You will not be able to edit any code.