Roeknee Posted June 11, 2007 Share Posted June 11, 2007 Hi! Am trying to build a site as one of the ways to draw traffic l wish to add the "free SMS-to-mobilephone" messaging. Is there someone who can guide me on how to do this in php? Quote Link to comment https://forums.phpfreaks.com/topic/55076-send-sms-from-website-to-mobile-phone/ Share on other sites More sharing options...
bonaparte Posted June 11, 2007 Share Posted June 11, 2007 It depends on how you want to implement it. You could use a GSM modem, hook it onto the server, insert the SIM card to the modem, and use PHP to send and receive messages. If you send too too many messages, consider subscribing to an SMS service. Usually telephone operators offer this service. You could use their APIs to customize your site. Quote Link to comment https://forums.phpfreaks.com/topic/55076-send-sms-from-website-to-mobile-phone/#findComment-272253 Share on other sites More sharing options...
codexx Posted June 11, 2007 Share Posted June 11, 2007 I use NOWSMS gateway available at http://www.nowsms.com. I've purchased a sierra wireless aircard for 89$ and got a pay as you go package with unlimited txts. The company offers free php scripts to integrate your gateway. Quote Link to comment https://forums.phpfreaks.com/topic/55076-send-sms-from-website-to-mobile-phone/#findComment-272266 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.