简体   繁体   中英

When I click on link in sms send sms to another number using php?

Is that possible to respond to the android application through SMS? I mean, will send SMS to the particular phone number with link and number inside the body. When user click on the link, message to be sent to the number present inside the message.

You could do something like this:

if(isset($_GET['number']))
    // send SMS to number ($_GET['number'])....

SMS eg:

yourwebsite.com?number=0157388764

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM