当我点击短信中的链接时,使用php将短信发送到另一个号码


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

可以通过短信回复android应用程序吗?我的意思是,会发送短信到特定的电话号码,链接和号码在体内。当用户点击链接时,消息将发送到消息内的号码。

您可以这样做:

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

SMS,例如:

yourwebsite.com?number=0157388764