undefined
I have some new software that receives and forwards text messages from mobile phones to a URL. I would like to display these incoming messages one after another on my home page.
The message and message details are forwarded using an HTTP POST and transported in an XML format. An example HTTP POST is shown below:
POST * HTTP/1.1
www.yourdomain.co.uk
Content-Type: text/xml
Content-Length: 228
<Msg>
<Message>click h102</Message>
<Mobile>07736804270</Mobile>
<RateCode>83248</RateCode>
<Network>10</Network>
</Msg>
Can anyone help me with the script that I need to do this?!
Would really appreciate it.
Rob Grenville