which one is best for sending bulk sms

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

Post Reply
ramesh_php
Forum Newbie
Posts: 2
Joined: Thu Dec 07, 2006 10:49 pm

which one is best for sending bulk sms

Post by ramesh_php »

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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I would imagine a gateway unless you get a LOT of GSM modems.
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Post by kaisellgren »

Sending with Gateway would become faster than with modem. Good example of this is apinat.fi what I'm using to send free SMS :)
User avatar
ok
Forum Contributor
Posts: 393
Joined: Wed May 31, 2006 9:20 am
Location: The Holy Land

Post by ok »

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?
Post Reply