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

时间:2016-05-17 11:10:33

标签: 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.

1 个答案:

答案 0 :(得分:0)

你可以这样做:

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

短信,例如:

yourwebsite.com?number=0157388764