Using Database with nowsms

Using Database with nowsms SearchSearch
Author Message
Francisco Campos
New member
Username: Francampos

Post Number: 1
Registered: 03-2005
Posted on Wednesday, March 30, 2005 - 05:44 pm:   

we make a donwload of nowsms demo, i need make some tests with:
i have smpp conection with one carrier, thats work fine, but now i need: 3 things:
1. get numbers to routes in database
2. record messages in one database
3. insert, remove and see logs in one webapplication

is possible make this with nowsms ? our demo nowsms run in one win 2003 and our site aplication run in linux+php+mysql

Some idea ? or examples ?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4257
Registered: 10-2002
Posted on Wednesday, March 30, 2005 - 09:51 pm:   

When NowSMS receives SMS messages, it can make an HTTP request to process the message.

So basically you just want to setup a PHP script under a web server on your Linux box, and have NowSMS make an HTTP request to that script with details about received messages.

There are some good PHP related links/examples for NowSMS that are referenced through the following thread:

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

-bn