Link to home
Start Free TrialLog in
Avatar of thanksomuch
thanksomuch

asked on

how to use php to control a mobile phone to give put sms ?

i have a web page which can store the login time of the client~
however , how to automatically give a command to the mobile phone to give out sms to the host when the client login time is later than 9:00?

i.e. when the client login time is 10:00 , give out the time message sms
hi, ABC , the login time of u is 10:00
Avatar of AdamsConsulting
AdamsConsulting
Flag of United States of America image

Most cell phone providers offer an e-mail to SMS gateway. For example if your phone number was 0123456789, you may be able to receive an SMS by sending an e-mail to  0123456789@cellphone.providers.gateway.com. You will need to have the user's gateway e-mail address, though.
I guess I should have mentioned that once you have that e-mail address, it's pretty trivial to send e-mail using PHP. The other option of course is to purchase access to an SMS gateway and use their API to send text messages.
Avatar of thanksomuch
thanksomuch

ASKER

o thx~~and how to send email using PHP automatically ? the script is ? ~ also can i use some other programming landguage to  send control the mobile phone connected to the host computer to send sms to the client?
ASKER CERTIFIED SOLUTION
Avatar of AdamsConsulting
AdamsConsulting
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial