Send/Receive SMS/MMS Formed data to/from Database

Send/Receive SMS/MMS Formed data to/from Database SearchSearch
Author Message
A F Mourad
New member
Username: Mouradfa

Post Number: 1
Registered: 05-2006
Posted on Wednesday, May 17, 2006 - 01:52 pm:   

Is there any ready made application to send & receive SMS,MMS,WAP.. messages in a form format into a database and retrive from a database to a mobile? Is it supporting multi language? multi mobile operation systems?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5944
Registered: 10-2002
Posted on Wednesday, May 17, 2006 - 07:27 pm:   

Not that we have.

Maybe I'm looking at things the wrong way ... but I don't really see a way to do this in a generic fashion, as I see every database as having custom requirements.

You can interface with NowSMS using HTTP (scripts running on a web server using PHP, Java, Perl, ASP, etc.), or simple command line scripts (Windows script host) ... and interface to your database from within those scripts.

I'm sorry that I don't really have any script example that do database access.
Đinh Khánh Phương
New member
Username: Phuongdk

Post Number: 1
Registered: 05-2006
Posted on Friday, May 19, 2006 - 08:06 am:   

Hi !
I'm develop an application that auto send SMS data to NowSMS. And I don't want to using HTTP (scripts running on a web server using PHP, Java, Perl, ASP, etc.), because it's always open an web browser !

So can you tell me how to using simple command line scripts (Windows script host) to send SMS data to NowSMS or another way ?

Many thanks !
Ali Farhan
New member
Username: Sayfarhan

Post Number: 1
Registered: 05-2006
Posted on Saturday, May 20, 2006 - 06:25 am:   

hi , i have connected the nowsms gateway by using bluetooth device on my pc usb port. now kidly let me know how to send bulk sms to phone numbers.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5970
Registered: 10-2002
Posted on Saturday, May 20, 2006 - 10:23 pm:   


quote:

I'm develop an application that auto send SMS data to NowSMS. And I don't want to using HTTP (scripts running on a web server using PHP, Java, Perl, ASP, etc.), because it's always open an web browser !




No, I'm sorry, that is not true.

NowSMS does not open up a web browser to process 2-way HTTP scripts. These requests are performed in the background on the PC, without any involvement of the web browser.


quote:

So can you tell me how to using simple command line scripts (Windows script host) to send SMS data to NowSMS or another way ?




See the following threads for examples:

http://support.nowsms.com/discus/messages/1/15301.html
http://support.nowsms.com/discus/messages/1/11675.html
http://support.nowsms.com/discus/messages/1/333.html

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5971
Registered: 10-2002
Posted on Saturday, May 20, 2006 - 10:25 pm:   


quote:

now kidly let me know how to send bulk sms to phone numbers.




See the "NowSMS and Bulk SMS" article in one of our previous newsletters:

http://www.nowsms.com/newsletter/20060403.htm

It includes a link to a discussion board thread that provides a good explanation of options.