Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to send sms via php form.
I saw a tag 'Mailto', but that doesn't work.
how can i send an E-mail to a 12 digit phone number?
Posted
Comments
enhzflep 12-Nov-12 3:15am    
The best I know of is a link that, when clicked, will open up the SMS client with the supplied number set as the recipient. Not sure how to (if you can) add the body though.

<a href="sms:+437722735932">contact</a>

http://stackoverflow.com/questions/4787905/sms-url-on-android
Sergey Alexandrovich Kryukov 12-Nov-12 3:31am    
What is "PHP form"? :-)
--SA

1 solution

You can do it via a SMS gateway: http://en.wikipedia.org/wiki/SMS_gateway[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900