PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
ramesh_php
Forum Newbie
Posts: 2 Joined: Thu Dec 07, 2006 10:49 pm
Post
by ramesh_php » Sat Dec 09, 2006 2:46 am
Hi,
i have to send bulk sms using PHP. My database has 5 million records. which is the best one for sending bulk sms?
1.through SMS Gateway
2.through GSM modem
Awaiting your replay,
Thanks,
K.Ramesh
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Dec 09, 2006 7:18 am
I would imagine a gateway unless you get a LOT of GSM modems.
kaisellgren
DevNet Resident
Posts: 1675 Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.
Post
by kaisellgren » Sat Dec 09, 2006 12:16 pm
Sending with Gateway would become faster than with modem. Good example of this is apinat.fi what I'm using to send free SMS
ok
Forum Contributor
Posts: 393 Joined: Wed May 31, 2006 9:20 am
Location: The Holy Land
Post
by ok » Sat Dec 09, 2006 6:08 pm
How do you use SMS gateway?
Is there another way to send free SMS (outside USA)?
Is there a way to send SMSs with PHP through ICQ servers?