Sir Jos Posted August 22, 2007 Share Posted August 22, 2007 I am trying to develop a website which has an sms facility which would allow users to text messages from 1. Their Pc to a mobile number 2. A mobile phone on a GSM network to a Pc. I am completely naive about extactly how to start this application and need some tutorials on this. Thanks ??? Quote Link to comment https://forums.phpfreaks.com/topic/66186-php-and-sms-server/ Share on other sites More sharing options...
tarun Posted August 22, 2007 Share Posted August 22, 2007 Code Walkers Tutorial Title: Sending SMS Thru HTTP Description: Use PHP and the HTTP protocol to send text-messages from your website through an SMS gateway. Quote Link to comment https://forums.phpfreaks.com/topic/66186-php-and-sms-server/#findComment-331051 Share on other sites More sharing options...
H-Fish Posted August 22, 2007 Share Posted August 22, 2007 most of the SMS scripts i have seen work on the basis that sending an email to phonenumber@serviceprovider.com will be forwarded on as a text message by the phone operator, so it can probably done very easily with the mail() function. Quote Link to comment https://forums.phpfreaks.com/topic/66186-php-and-sms-server/#findComment-331061 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.