Can someone put me on the right path trying to understand what needs to be done to receive a http request from a 3rd party?
My information provider says :
"We will post to you as each message comes in to a URL such as:
http://www.yourserver.com/receivesms.php?to=TO
&from=FROM&msg=MSG
&date=DATE"
But I want to know how to read this information so that I can add it to a database or dsplay on screen.
Start Free Trial