![]() |
|
|
|
|
|
|
4
3rd November 01:57
External User
Posts: 1
|
Hi Bastien,
I have actually implemented sending SMS using PHP by installing NOW SMS gateway. You can find all the information regarding it on www.nowsms.com. They have a software that you can buy and configure on your server. and store it in the database. Its really exciting when you start working on this because you will be basically using SOAP and SMPP protocol to achieve this. Once you install trial Version mail me back so that I can help you with PHP Scripts that can actually allow you to SEND SMS. 160 characters are allowed per SMS and you also need connection to the SMS gateway in your country. Thanks, Vamsee On Dec 23, 2007 6:59 AM, Bastien Koert <bastien_k@hotmail.com> wrote: |
|
|
|
|
6
10th November 08:46
External User
Posts: 1
|
Let me try and answer your questions.
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 to 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. Regards, SMS Server Expert http://www.visualtron.com |
|