arturo322 Posted December 6, 2010 Share Posted December 6, 2010 is there a function that can send text messages using php? thru an sms modem? Quote Link to comment https://forums.phpfreaks.com/topic/220783-is-there-a-function-that-can-send-text-messages-using-php-thru-an-sms-modem/ Share on other sites More sharing options...
jcbones Posted December 6, 2010 Share Posted December 6, 2010 Most Mobile phone providers will let you send sms through email, which can be accomplished with PHP using the mail() function. Take a look here Other than that, you will need a SMS gateway, which usually charges per message sent. These also require you to jump a few hoops to user their service, including un-subscribe links in every message <- and it must work. Quote Link to comment https://forums.phpfreaks.com/topic/220783-is-there-a-function-that-can-send-text-messages-using-php-thru-an-sms-modem/#findComment-1143457 Share on other sites More sharing options...
arturo322 Posted December 6, 2010 Author Share Posted December 6, 2010 Thank you for the reply. maybe ill go for the gateways any gateways easy to use you can suggest? can i process recieved messages if ever i use sms gateways? :-\ Quote Link to comment https://forums.phpfreaks.com/topic/220783-is-there-a-function-that-can-send-text-messages-using-php-thru-an-sms-modem/#findComment-1143468 Share on other sites More sharing options...
byteworks Posted December 10, 2010 Share Posted December 10, 2010 If you are on Windows you can use the dedicated PHP serial extension. Quote Link to comment https://forums.phpfreaks.com/topic/220783-is-there-a-function-that-can-send-text-messages-using-php-thru-an-sms-modem/#findComment-1145288 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.