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 ??? 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. 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 [email protected] will be forwarded on as a text message by the phone operator, so it can probably done very easily with the mail() function. Link to comment https://forums.phpfreaks.com/topic/66186-php-and-sms-server/#findComment-331061 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.