Can you use local script to route sms?

Can you use local script to route sms? SearchSearch
Author Message
Jeff Axup
New member
Username: Axup

Post Number: 5
Registered: 04-2004
Posted on Monday, June 07, 2004 - 03:00 am:   

Can anyone confirm if NowSMS supports using a php/windows script on the same machine to route messages based on content without using an external web server?

If so, I would greatly appreciate an example of the syntax for calling the script on the hard drive, and the syntax for returning a request to send an sms, from the script to the NowSMS server.

thank you
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2725
Registered: 10-2002
Posted on Tuesday, June 08, 2004 - 05:41 pm:   

Windows script could be used, there is a very simple example here:

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

PHP could theoretically be used, the only problem is that PHP returns an HTTP header, which NowSMS does not expect when running a local command. I'm not sure if there is any way to stop PHP from returning the HTTP header.

In any event, this thread duplicates some of the discussion in the following thread, so let's continue the discussion there:

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