$msg = urlencode($msg); Regards, Mike Nwaogu Tel: 234_802_325_6437 Eml: [email protected]
________________________________ From: "[email protected]" <[email protected]> To: Jovan Kostovski <[email protected]> Cc: [email protected]; denis bahati <[email protected]> Sent: Tuesday, 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 bahati<[email protected]> 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 encoded value for space > > > HTH, Jovan > > > -- Best regards, *Kiran Reddy* *System Administrator* * <http://www.mylivesignature.com> Mpower Global* 1252 A,1ST FLOOR, 32 G CROSS,4TH T BLOCK EAST END MAIN ROAD BANGALORE-560041 KARNATAKA - INDIA. Cell.:+91-9886182699 Fax:+91-80-22332134 http://www.mpowerglobal.in http://www.pushsms.in http://www.mmschannel.tv http://www.indias.tv http://www.trmedia.in
