Mobile Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsMobile ProgrammingMobile Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 21st, 2010, 10:47 AM
plubambi plubambi is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2010
Posts: 3 plubambi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 50 m 7 sec
Reputation Power: 0
Unhappy SMS - Sending multipale SMS to multiple reciepients

Hi,
I am using kannel WAP gateway in Ubuntu 9.10, i want to send multiple messages to multiple recipients depending on on criteria determined for MySQL database using PHP script, how can i do this?

Here is the sample of the loop am using to send messages

PHP Code:
while($noma=mysql_fetch_array($rt)
{
$to=$noma['mobile'];
$msgText=$noma['message'];
$URL "http://localhost:13013/cgi-bin/sendsms?username=".peter."&password=".malosha."&from=".GLOBAL_SENDER."&to=$to&text=".urlencode($msgText);    
header('Location: '.$URL);



Please Help im am

Reply With Quote
  #2  
Old June 21st, 2010, 10:51 AM
plubambi plubambi is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2010
Posts: 3 plubambi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 50 m 7 sec
Reputation Power: 0
to add on my thread,
whenever i try to execute that script it just send on message even if there was a possibility of many messages

Reply With Quote
  #3  
Old August 12th, 2010, 11:34 AM
aronsmit aronsmit is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2010
Posts: 1 aronsmit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 20 sec
Reputation Power: 0
Simple and easy for modification, PHP script for SMS sending
sourceforge.net/projects/send-sms-script

Reply With Quote
Reply

Viewing: Dev Shed ForumsMobile ProgrammingMobile Programming > SMS - Sending multipale SMS to multiple reciepients

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap