使用 PHP 和 MYSQL 在 Apache 服务器中实现自动化流程

发布于 2024-10-22 03:27:46 字数 178 浏览 0 评论 0原文

我正在将日期保存到我的 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 技术交流群。

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

发布评论

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

评论(1

笨死的猪 2024-10-29 03:27:46

假设您在 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.

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