954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Send Text Message with PHP without Provider

I know how you can send text messages through PHP like you send an email (explenation: Sending a Text Message (SMS) with PHP
and more info: How to Send Free Text Messages Using PHP ) but the person has to give their cell phone provider (ex: Sprint, AT&T, Verizon). I want to know if there is a way to have people input their cell phone number for a text to be sent without requiring their provider.

Thanks

jonow
Junior Poster
104 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

I don't believe that you will be able to do this without signing up with an SMS Gateway service who will do it for you (at a cost). You might be able to hook up your PC to a cell phone and have the cell phone act as your gateway but I don't know for sure that you can do this (or how).

I'd like to believe that there is an intended level of secrecy around this to avoid spam sms messages being sent too easily. There are probably financial reasons as well.

chrishea
Nearly a Posting Virtuoso
1,428 posts since Sep 2008
Reputation Points: 210
Solved Threads: 230
 

So the way it works for big companies like Google who allow you to send texts form Gmail and stuff is they have a gateway which is (in simplest terms) a phone connected ot a computer that sends the texts?

jonow
Junior Poster
104 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

They are big enough that they probably have their own gateway. The gateways are probably done by an internet link to one of the cell providers and they probably do the rest. On a small scale, you might be able to do it through a phone but on a large scale that wouldn't be practical.

chrishea
Nearly a Posting Virtuoso
1,428 posts since Sep 2008
Reputation Points: 210
Solved Threads: 230
 

Thanks for your help. Never have I gotten such direct and fast help on a forum. THANKS!

jonow
Junior Poster
104 posts since Jan 2009
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: