I’m trying to set up a SMS system and using aql.com to send text(SMS) messages.
This works fine in a browser:
http://gw1.aql.com/sms/postmsg.php?to_num=447943417499&message=HELLO&flash=0&originator=Me&username=&password=***
I got it to work in PHP the other night using a simple header() function. I can’t get it to work now with header, ob_start/flush, fsock etc.
What is the best and reliable method to send a GET request in this instance. Could I have a basic example?
Thanks in advance, 🙂
[Edit] The page is requested via the SMS provider upon a text message received so debugging is pretty difficult especially on a shared host!!
First of all there is pear class for this service here
Also here is another implementation: