Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 kannel,工作起来就像一个魅力。它接收发送的 SMS,将数据放入 MySQL 数据库并回复。问题是,我需要让 kannel 在我指定的时间(例如 1 小时或其他时间)之后发送短信。因此,例如,您发送一条短信,您会立即收到回复,然后,一个小时后,您会收到另一条短信。这可以通过更改我的 PHP 脚本来发送/接收来完成吗?
您应该在服务器中使用CronJob。