使用 PHP 和 MYSQL 在 Apache 服务器中实现自动化流程
我正在将日期保存到我的 sql 数据库中。
我想在那一天发一封邮件。
环境下做到这一点,
我怎样才能在Windows XP中的Apache,Mysql,PHP
我们可以通过计划任务或创建Windows Server来做到这一点。
有人...
干杯
I am saving dates to the my sql database.
i want to send a mail on that day.
how can i do that under this environment
Apache, Mysql, PHP
in windows xp we can do that it scheduled tasks or by creating Windows Server.
Anyone...
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您在 Linux 上运行 apacheserver,您可以使用 Crontabs。
只需创建一个 PHP 脚本来与数据库进行所需的交互,然后将其添加为 crontab 以使其定期运行。
我假设您正在运行 Linux 的原因是因为您似乎已经了解如何在 Windows 中执行此操作。
Assuming you're running the apacheserver on Linux you can use Crontabs.
Just create a PHP-script that does the interaction you want with the database, then add that as a crontab to make it run on a regular basis.
The reason I assume you're running Linux is because you already seems to have an idea on how to do it in windows.