HOW CAN RECEIVE AN SMS FROM A MOBILE TO PC?

HOW CAN RECEIVE AN SMS FROM A MOBILE TO PC? SearchSearch
Author Message
Anuj Sinha
New member
Username: Anujaec

Post Number: 1
Registered: 07-2008
Posted on Monday, July 21, 2008 - 11:28 am:   

PLZ CAN ANYONE GIVE ME THE PHP SCRIPT FOR RECEIVEING AN SMS FROM A MOBILE TO PC THROUGH NOWSMS GATEWAY.........
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7639
Registered: 10-2002
Posted on Friday, July 25, 2008 - 09:22 pm:   

It depends on what you want to do with the message when you receive it with your script.

Basically, in NowSMS, you are going to configure a "2-way" command that routes the received SMS message to a PHP script running on any web server.

The following link provides some good basic setup advice on 2-way commands:

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

Some simple PHP specific examples can be found here:

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

-bn