我必须做以下工作:
我设置了一个守护进程,它每小时执行一次sms.php命令(通过调用exec('nohup sms ...‘)),然后sms.php会遍历用户数据库,同时向每个用户发送一条短信。它通过联系(通过curl)第三方消息服务来做到这一点。
因此,sms.php的结构如下:
$sql = 'SELECT * FROM users'.
$q = execute sql query
while($r = ....)
{
// url is the url to the third party service that handles sending sms