never_rain Posted May 29, 2008 Share Posted May 29, 2008 I am creating a website where I would like to give this option to my Users that they can send SMS using my Website. I am a Web programer but I have no knowledge at all as how can I create the system where my users can send SMS using web interface. Please if you know any link or knowledge base, share with me so that I can study and see how to do that. Thanks, Faisal Link to comment https://forums.phpfreaks.com/topic/107796-send-sms-through-my-site/ Share on other sites More sharing options...
MadTechie Posted May 29, 2008 Share Posted May 29, 2008 You can either pay for the service, in that case use their API, or talk to a phone provider and get the hardware setup on the server (finding an online service is cheaper in the short term, by short term i mean years) Link to comment https://forums.phpfreaks.com/topic/107796-send-sms-through-my-site/#findComment-552613 Share on other sites More sharing options...
Gighalen Posted May 29, 2008 Share Posted May 29, 2008 You can use the php mail() function. You can send messages to different phones by having their number + domain as the $to field. Ex. For a AT&T phone it would be like [email protected] or something. Link to comment https://forums.phpfreaks.com/topic/107796-send-sms-through-my-site/#findComment-552753 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.