2 way

2 way SearchSearch
Author Message
Oke
New member
Username: Aantx03

Post Number: 1
Registered: 06-2006
Posted on Friday, June 02, 2006 - 09:46 am:   

i have got a problem with fiture 2-way in nowsms.I read the manual book. the manual book explain that 2-way in nowsms can execute script HTML.I have try, but nowsms send me the error statement "request uncompleted..." to my phonecell

i write this URL in the insert's form http://localhost/ceksms.php
and myscript in file ceksms.php:

<?
echo 'success';
?>

can u help me? what i must to do?
thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6082
Registered: 10-2002
Posted on Monday, June 19, 2006 - 10:42 pm:   

Here's a good simple PHP example:

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

You do need to set "text/plain" as the HTTP content type:

header ("Content-Type: text/plain");

More examples you might find helpful referenced in the following thread:

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

-bn