Sending SMS with loop to all carriers a good idea?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
smplejohn
Forum Newbie
Posts: 2
Joined: Wed Nov 26, 2008 9:07 am
Location: The Woodlands, TX

Sending SMS with loop to all carriers a good idea?

Post by smplejohn »

I've got a table set up with a huge list of carriers and I can successfully send and SMS through the various emails. My thought is to have the script loop through all the possible addresses in the table so it'll send to the right one, but simply kick back an undeliverable with the bad addresses. See any issues with that? I'm still young with coding so I might be missing something here.
jraede
Forum Contributor
Posts: 254
Joined: Tue Feb 16, 2010 5:39 pm

Re: Sending SMS with loop to all carriers a good idea?

Post by jraede »

Why don't you just allow the user to choose his/her mobile carrier?
Post Reply