Re: Curl Not sending SMS

2009-08-01 Thread kiran.re...@mpowerglobal.in
Hi Jovan, Try sending with $msg=hello+there+what+are+you+doing; Jovan Kostovski wrote: On Fri, Jul 31, 2009 at 4:33 PM, denis bahatidjbah...@yahoo.co.uk wrote: example of messages: $msg=Hello; this will work fine. $msg=hello there what are you doing; Any idea? The message text

Re: Curl Not sending SMS

2009-08-01 Thread Mike Nwaogu
, January 1, 2002 5:02:27 PM Subject: Re: Curl Not sending SMS Hi Jovan, Try sending with $msg=hello+there+what+are+you+doing; Jovan Kostovski wrote: On Fri, Jul 31, 2009 at 4:33 PM, denis bahatidjbah...@yahoo.co.uk wrote: example of messages: $msg=Hello; this will work fine. $msg

Curl Not sending SMS

2009-07-31 Thread denis bahati
Hi All,I'm having a problem with pushing SMS with Curl function, I can send sms with only one word like hello but I cannot send SMS with more that one Word like Hello there separeted with space. I dont know what problem with my configuration or is just my PHP code. What i'm now doing is to use

Re: Curl Not sending SMS

2009-07-31 Thread Jovan Kostovski
On Fri, Jul 31, 2009 at 4:33 PM, denis bahatidjbah...@yahoo.co.uk wrote: example of messages: $msg=Hello; this will work fine. $msg=hello there what are you doing; Any idea? The message text has to be url encoded. Try with: $msg=hello%20there%20what%20are%20you%20doing; %20 is the url

Re: Curl Not sending SMS

2009-07-31 Thread Patrick Worth
url encode On Jul 31, 2009, at 10:33 AM, denis bahati wrote: Hi All, I'm having a problem with pushing SMS with Curl function, I can send sms with only one word like hello but I cannot send SMS with more that one Word like Hello there separeted with space. I dont know what problem with

Re: Curl Not sending SMS

2009-07-31 Thread Otandeka Simon Peter
Dennis, That is not a kannel problem but a php problem. Contact people off list as they may be willing to help. On Jul 31, 2009, at 5:33 PM, denis bahati wrote: Hi All, I'm having a problem with pushing SMS with Curl function, I can send sms with only one word like hello but I cannot