2-way sms and prefix generated SQL database sms messages

2-way sms and prefix generated SQL database sms messages SearchSearch
Author Message
Darius
Unregistered guest
Posted on Saturday, September 10, 2005 - 02:15 pm:   

Hello my friends,

I would like to connect 2-way sms feature with
access to SQL database, generating outbound sms messages based on a prefix of received sms.

Is it possible ?
I think so.
Could you give me a link to an example - mayby MySQL + nowSMS ?

greetings,

Darius Jack
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4889
Registered: 10-2002
Posted on Tuesday, September 13, 2005 - 09:52 pm:   

Hi Darius Jack,

I don't have any examples that perform any database activity.

The reason that I don't have any such examples is because how that would work is dependent on what scripting language you are using.

Basically, NowSMS is going to make an HTTP request, passing details about the received message in the HTTP request.

This HTTP request is going to get directed to a web server on which you have a script installed to handle it. It might be a script in PHP, Perl, ASP, or some other scripting language.

The script receives parameters for the details of the received message, and performs whatever processing might be required.

We've got some links to some PHP examples, which might be helpful, in the following thread:

http://support.nowsms.com/discus/messages/1/4520.html

-bn