Need help after sending text thru the web

Need help after sending text thru the web SearchSearch
Author Message
ranny codilla
New member
Username: Cute0gre

Post Number: 2
Registered: 11-2006
Posted on Thursday, January 25, 2007 - 02:24 pm:   

hello greetings, im trying to make a website that would send sms. after i send the msg. this text appears "
HTTP/1.0 200 OK Content-type: text/html Expires: Tue, 01 Jan 1980 1:00:00 GMT Cache-Control: no-cache
Message Submitted

Continue


MessageID=45B882DD.req, Recipient=+639107266654"

Is there a way of getting rid of these? im using php script in sending text msg.

thanks a lot

alaqeel
New member
Username: Aqq

Post Number: 9
Registered: 01-2007
Posted on Sunday, January 28, 2007 - 11:15 am:   

Hello,

I'm having the same problem and hope you can give us a hint of how to control the output of the results.

I know we can spacify a redirect url but it is not the what i want.

Also i dont know what error messages the program can display. So can you give us the expected error codes? e.g. balance errors, login errors, etc.

Malcolm - Now Support
Moderator
Username: Malcolm

Post Number: 152
Registered: 12-2006
Posted on Wednesday, January 31, 2007 - 10:30 pm:   

Hi,

A lot depends on the specifics of how your web site is interfacing to NowSMS.

If you are seeing the HTTP response from NowSMS, then it sounds like are issuing an HTTP request, and then echoing back the response back ... in which case, the solution would be to modify your script to not echo the response back.

Maybe you can provide some more detail about exactly what you have tried, and then I will better understand?

--
Malcolm
Now Wireless Support
ranny codilla
New member
Username: Cute0gre

Post Number: 3
Registered: 11-2006
Posted on Thursday, February 01, 2007 - 03:08 am:   

Hi malcolm,

yeah ur right, i just took away the "echo" on my php script and it works fine.

Are there any way i could send txt without having to go through http?
Malcolm - Now Support
Moderator
Username: Malcolm

Post Number: 161
Registered: 12-2006
Posted on Friday, February 02, 2007 - 08:52 pm:   

Hi Randy,

HTTP is the best way to go. Some people do write files directly to the "Q" directory, but we don't encourage that.

Even our command line example makes use of a script that goes through HTTP.

--
Malcolm
Now Wireless Support