Hi, i am being sent information to my web server in xml like this:-
<?xml version="1.0" encoding="UTF-8"?>
<SEND method="POST">
<send-cli type="string">02031690000</send-cli>
<send-mobile type="string">07818600000</send-ddi>
</SEND>
When its posted to my php page i need to be able to read and set the values like CLI=0203169000 buti cannot read them like this? Any help would be greatly appreciated.
Regards
Julian Chamberlain