954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

sms gateway

Hello,

Am doin a web application.How can i implement sms service in my website??
Please show me some references..and guidence please..


Thanks

youvi
Light Poster
27 posts since Apr 2011
Reputation Points: 10
Solved Threads: 0
 

You need a GSM modem connected to your server or you need to use an external service.
If you can connect a GSM modem you can use an SMS gateway server like this one: http://code.google.com/p/sms-gateway-server/

bye.

cereal
Master Poster
710 posts since Aug 2007
Reputation Points: 214
Solved Threads: 120
 

This is as same as send a mail with PHP. You wil need a sms gateway provider. Googling a bit could solve your problem. The code will be

mail('phoneno@smsgatewayprovider.com',''subject','message');
shahbaz13
Junior Poster in Training
52 posts since Jul 2011
Reputation Points: 10
Solved Threads: 4
 

You could consider using an SMS Gateway provider such as CDYNE ( http://www.cdyne.com/products/sms-notify.aspx ) to send text messages. They offer examples in PHP for their SMS Notify! API: http://wiki.cdyne.com/index.php/SMSv2_PHP

sr11
Newbie Poster
1 post since Feb 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: