Hi i am developing a new website for mobile shop in php, I need to implement to send sms for the login users, please help me with code in php
AFAIK there's a few ways to do this.
pay for a service for true SMS.
use emails where available like [email]9895551212@tmomail.net[/email]
http://www.tech-recipes.com/rx/939/sms_email_cingular_nextel_sprint_tmobile_verizon_virgin/
or use curl to sms from each providers web site where available.
Simple and easy for modification, PHP script for SMS sending through HTTP http://sourceforge.net/projects/send-sms-script/