开发者

Need to send SMS alert 15 minutes before start of appointment

I have an application in PHP that helps people fix appointments.

How could I code to send SMS's 15 minu开发者_运维知识库tes before the start of the meeting time?

I have code that takes care of sending SMS's. I just need to call the send method at the appropriate time.


Your best bet is making a script that sends an SMS to everyone who has a meeting in 15 minutes and set a cron job (or something similar if not on Unix) to run the script every 5 minutes or so.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜