FrontlineSMS allows you to text message with large groups of people anywhere there is a mobile signal.
Hello!
I would like to ask, I'm using Execution command instead of auto-reply. So, my question is if I have an http request:
http://localhost/samp_folder/dummy_folder/${sender_number}${keyword}${message_content}
I would like to test it out on the browser, meaning I also supply sender number, keyword and message content. Is it possible?
http://localhost/samp_folder/dummy_folder/ 09021212121 PRICE_KEY "Hello Guys"
or is my directory format incorrect???
Sincerely,
Chabx
Tags:
Permalink Reply by FA Calas on July 22, 2012 at 1:29am Hello Again,
I've been testing out this HTTP request.
http://localhost/test/${sender_number}
In the test, folder, I have a process.php, is it possible that the process.php file could attend to this request? If yes, then can I have a sample code, which it receives the http request.

Permalink Reply by Alex Anderson on July 23, 2012 at 2:57am Hi,
Try http://localhost/test/process.php?sender_number=${sender_number}
. You should then be able to access sender number in your script with
<? echo($_GET['sender_number']); ?>
Alex
© 2013 Created by kiwanja.net.
Powered by