Jump to content

php texting


markl1988

Recommended Posts

it can't be done with ONLY php. You can use php to interact with an API from a company that does this kind of stuff (like http://eztexting.com/), but other than that, nope.

 

There might be some free API's but i wouldn't use them, as they most likely spam the number too.

 

You may want to look up how a text is actually sent. You can find a list of the carriers and what the address is like for att it is [10 digit number]@txt.att.net you can find this list on the internet by googling.

 

Now, if you want to interact with text's, say have something that receives a text then charge a person for a service like Joke of the day, that is something different. But to simply send a text, you can do that with email.

Link to comment
https://forums.phpfreaks.com/topic/156838-php-texting/#findComment-826143
Share on other sites

it can't be done with ONLY php. You can use php to interact with an API from a company that does this kind of stuff (like http://eztexting.com/), but other than that, nope.

 

There might be some free API's but i wouldn't use them, as they most likely spam the number too.

 

You may want to look up how a text is actually sent. You can find a list of the carriers and what the address is like for att it is [10 digit number]@txt.att.net you can find this list on the internet by googling.

 

Now, if you want to interact with text's, say have something that receives a text then charge a person for a service like Joke of the day, that is something different. But to simply send a text, you can do that with email.

 

that seems pretty useful.

Link to comment
https://forums.phpfreaks.com/topic/156838-php-texting/#findComment-826148
Share on other sites

that seems pretty useful.

 

It is, I used to have a pay site for Verizon and ATT (when texting first started out) where a user could get an MP3 Ringtone from my site sent to their phone for $1 a ringtone. It worked out well with the texting and getting the email headers right. But once texting got really big I could not keep up with it (all the different carriers some allowed ringtones others did not) etc. So I stopped it.

Link to comment
https://forums.phpfreaks.com/topic/156838-php-texting/#findComment-826152
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.