| View previous topic :: View next topic |
Dookie
Joined: 10 Jul 2007 Posts: 8
|
Posted: Tue Jul 10, 2007 2:15 pm Post subject: SMS And PHP |
|
|
|
I'm want to create a script which sends an sms by using php.
I know there are devices which are able to send an sms, but i dont know how to use those or if it is even possible to do such a thing in a php script. |
|
| |
|
|
John1977
Joined: 10 Jul 2007 Posts: 12
|
Posted: Tue Jul 10, 2007 2:19 pm Post subject: |
|
|
|
| You can also send SMS by using sort of a gateway. The protocol used for sending sms messageis is called SMPP. You need to pay for such a gateway. Once you are subscribed, you are able to send a lot of messages with it. You can send your message by connecting to the SMPP server and then you probebly need to submit a couple of paramters |
|
| |
|
|
Howard586
Joined: 10 Jul 2007 Posts: 4
|
Posted: Tue Jul 10, 2007 2:28 pm Post subject: |
|
|
|
It can also be done using a GSM modem connected to your webserver. You also need a ActiveX control to send the SMS messages.
I found a list of GSM modems here:
http://www.gsmfavorites.com/gsmhardware/
Regards,
Howard |
|
| |
|
|
Dookie
Joined: 10 Jul 2007 Posts: 8
|
Posted: Tue Jul 10, 2007 2:46 pm Post subject: |
|
|
|
Hi all,
Thanks for the replies, those sms modems can probebly be accessed by some command in php, can't it? |
|
| |
|
|
|
|
|
|
|