Possible Duplicate:
Sending SMS from PHP
I would like to make and develop a system module in my web site that has the feature of informing the customers with updates in their data stored in our database.
How I can do that in PHP ? what are the configuration and the code needed to accomplish that ?
Did anyone try that before ? what are the necessary steps needed to achieve that ?
Do I need to subscribe in a Mobile Services Company to use and activate the service in my web site ? How much does it cost and how to do that ?
Thanks in Advance ..
You will need to look for costs by yourself because they depend on where you live.
To send message I’d look for companies that make it for you. It will cost you around 15 cents for SMS.
If you want to make it by your own then look here http://www.sephiroth.it/tutorials/flashPHP/sms/ .