Hello can anyone tell me how can I send sms using php script? I am looking a script which can send sms to any country. Thank you
Hi, You have 2 option: 1. Connect to your computer one mobile phone modem and you need a contract with mobile provider. You have PHP class for controlling over serial port. You need to figure out what commands need your mobile modem to send SMS. Mostly standard AT commands use. This option is not good if you want to send a lot of sms. 2. Sign up on internet with a SMS Gateway provider. They provide you with PHP API and sample code which you can use for your web application. You can ask your mobile provider as well for SMS Gateway. Rudolf
There are two options 1) Send SMS thirdpary SMS gateways 2) Send SMS using a GSM modem. . For this you have to buy a GSM modem and send sms using serialport programming