Hello,

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


Thanks

Recommended Answers

All 6 Replies

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.

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');

Hi,
It is quite simple if you know where to get a reliable gateway. When I was buildong my site, I chose Ozeki NG SMS Gateway, which I've been using since then, and it always works well for me. Here's their site: http://www.ozekisms.com

Hi all,
I'm also interested in this topic. Thank you for sharing!
I'll check your links.

I have used CDYNE for sms app, works well. They have some policies that you might want to checkout befores signing up but thy do provide good service.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.