如何使用php将手机短信接收到服务器

发布于 2024-12-01 12:04:20 字数 192 浏览 5 评论 0原文

任何人都可以解释如何实现以下要求。

  1. 假设用户发送一条消息,例如:TDFEED 干得好!到一些常见的号码,例如 5858。
  2. 我需要将这条短信接收到我的服务器。
  3. 操作文本并回复我需要发送确认。

我需要如何使用 php 或任何其他语言来实现这一点。

谢谢, 洛克什。

Can any one explain how to achieve the below requirement.

  1. Say user sends a message like eg: TDFEED Nice work ! to some common no like 5858.
  2. I need to receive this text message to my server.
  3. Manipulate the text and in reply i need to send an acknowledgement.

I need how to achieve this using php or any other language.

Thanks,
Lokesh.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

油焖大侠 2024-12-08 12:04:20

使用 Twilio (http://www.twilio.com/),我现在用它们发送短信消息及其接收消息的 API 非常简单且易于设置。

文档: http://www.twilio.com/docs/quickstart/sms/hello -猴子

Use Twilio (http://www.twilio.com/), I'm using them now to send SMS messages and their API for receiving them is very simple and easy to setup.

Docs: http://www.twilio.com/docs/quickstart/sms/hello-monkey

晌融 2024-12-08 12:04:20

您可以使用此短信软件http://smsenabler.com。它可以自动将传入的 SMS 消息发布到 PHP 脚本的 URL 并发回回复 SMS 消息。

它使用插入计算机的 3G/GSM 调制解调器(加密狗)来接收 SMS。此类调制解调器/加密狗内部有一个 SIM 卡,因此它们有一个可以发送短信的电话号码。

You can use this SMS software http://smsenabler.com. It can automatically post incoming SMS messages to the URL of your PHP script and send back reply SMS messages.

It uses a 3G/GSM modem (dongle) plugged in a computer to receive SMS. Such modems/dongles have a SIM card inside, therefore they have a phone number to which text messages can be sent.

梦一生花开无言 2024-12-08 12:04:20

您可以使用 www.aql.com 将 SMS 消息接收到您的应用程序中。可能在英国工作得最好...

You can use www.aql.com to receive SMS messages into your application. May work best in the UK...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文