简体   繁体   English

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

[英]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? 是否可以通过SMS响应android应用程序? I mean, will send SMS to the particular phone number with link and number inside the body. 我的意思是,将通过体内的链接和号码将SMS发送到特定的电话号码。 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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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