can i write a program to send SMS as o can for sending emails in PHP ?
Sending SMS
Collapse
X
-
Tags: None
-
Originally posted by Shalini Bhallacan i write a program to send SMS as o can for sending emails in PHP ?
u can be used for any gateway that provides access via HTTP, it is based on TM4B's SMS Gateway
they are the only gateway I know that have a simulation mode for tweaking your scripts
use the curl in Php and send request to SMS Getway API.whose provide the free service.
Regards,
Sandeep AGRWAL -
Originally posted by Schetancan i write a program to send SMS from my web page.
One another thing is my client is in india and i am also india so what is procedure to send the sms or what should i do? and i am just new with php
The go to this site and follow that rather lengthy tutorial on SMS via HTTP .
RonaldComment
-
-
Originally posted by TheServantDoes anyone here do this?
why would people use a website to send SMS?, since most IM programs do it anyway, and there are hundreds of sites that do it already if the first two choices fail.
Who'll bother?Comment
-
Originally posted by dlite922not me!
why would people use a website to send SMS?, since most IM programs do it anyway, and there are hundreds of sites that do it already if the first two choices fail.
Who'll bother?
RonaldComment
-
Originally posted by dlite922not me!
why would people use a website to send SMS?, since most IM programs do it anyway, and there are hundreds of sites that do it already if the first two choices fail.
Who'll bother?Comment
-
let me try to answer your question
Do you need to receive SMS? If you need to receive SMS, you will need to host your own GSM device or modem so that people can send you SMS.
If not, you can just use internet SMS gateways like clickatell as mentioned above will do the work, and post to them by HTTP, XML or email. The cost is about 6-8 cents per SMS. There are cheaper services, but not always reliable. If you need to host your own GSM device, you can use software like http://www.kannel.org (GPL Open Source) or http://www.visualgsm.com. Alternatively, you may obtain a shortcode from your Telco - but these come with monthly subscription of maybe one or two hundreds.
Regards,
url removed - moderatorComment
-
Cheers mate. I probably won't pursue this until my site has much heavier traffic. Thanks for your reply though.Comment
Comment