Getting this result (called via curl placed into variable called $response) 0000Success10.18Prepay£GBP
0000Success10.18Prepay£GBP
To get just 10.10 from balance use this $xml=simplexml_load_string($response); echo $xml->balance;
$xml=simplexml_load_string($response); echo $xml->balance;