JavaBlog.fr / Java.lu DEVELOPMENT,Libray,php,Tools,WEB PHP : Sending sms via php script

PHP : Sending sms via php script

Hi,
Just a post concerning the sending of SMS from Php Script.

In order to send a SMS (texto) via PHP, it is necessary to use an API allowing to request with a SMS gateway, which is the interface between Internet and GSM mobile network.
 
How it works ?
Some gateway work easly via sending of emails with an address like 06xxxxxxxx@orange.fr (number@operator). Then, the gateway will then connect to an SMSC (Short Message Service Center) which will Transmit the SMS on the mobile telephone network.
 
Price?
The SMS sending is not free, the SMS gateway providers charge a few cents per SMS sent.
 

Some resources concerning the SMS gateway :

You can also create your own SMS server using SMSlib (available in Java and .NET) or Kannel.

That’s all!!!

Huseyin OZVEREN

Tags: , , ,

Leave a Reply

Your email address will not be published.

Time limit is exhausted. Please reload CAPTCHA.

Related Post

Java : SSL : Tool KeyStore Explorer, JDK cacerts truststore, Disable Certificate Validation in Java SSL ConnectionsJava : SSL : Tool KeyStore Explorer, JDK cacerts truststore, Disable Certificate Validation in Java SSL Connections

Hello, After my first post concerning the SSL and the tool PorteCle (http://www.javablog.fr/java-ssl-generate-keystore-self-signed-certificate-tool-portecle.html) allowing the generation of KeyStore, self-signed certificate instead of Keytool supported in the JDK / JRE, I