Re: Send multiple sms using php script

2010-06-11 Thread Nikos Balkanas
el list Cc: nbalka...@gmail.com Sent: Friday, June 11, 2010 3:41 PM Subject: Re: Send multiple sms using php script Hello, I want to know something about to (to parameter in kannel sendsms url) parameter which explain by Nikos. is + sign is a separator between two mobile number? How many mob

Re: Send multiple sms using php script

2010-06-11 Thread Bruno Rey
gt; > > --- On *Fri, 11/6/10, Nikos Balkanas * wrote: > > > From: Nikos Balkanas > Subject: Re: Send multiple sms using php script > To: "steven edward" , users@kannel.org > Date: Friday, 11 June, 2010, 4:48 PM > > > Hi, > > Try: > > >

Re: Send multiple sms using php script

2010-06-11 Thread T.K.Thapa
: From: Nikos Balkanas Subject: Re: Send multiple sms using php script To: "steven edward" , users@kannel.org Date: Friday, 11 June, 2010, 4:48 PM Hi, Try: http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232+0715323233+...&text=Hello+world BR

Re: Send multiple sms using php script

2010-06-11 Thread Nikos Balkanas
Hi, Try: http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232+0715323233+...&text=Hello+world BR, Nikos - Original Message - From: steven edward To: users@kannel.org Sent: Friday, June 11, 2010 2:06 PM Subject: Send multiple sms using php scrip

Re: Send multiple sms using php script

2010-06-11 Thread sangprabv
Quick and dirty solution is using php-curl. Call sendsms URL and loop in it. sangprabv sangpr...@gmail.com On Jun 11, 2010, at 6:06 PM, steven edward wrote: > hi! > Am a new user of kannel and i want to send more than one sms am using header > to send sms it is okay but i don known how can i

Send multiple sms using php script

2010-06-11 Thread steven edward
hi! Am a new user of kannel and i want to send more than one sms am using header to send sms it is okay but i don known how can i return to my page in order to send another one to another phone number. my header http://localhost:13013/cgi-bin/sendsms?username=sedu&password=test&to=0715323232&text=H