如何在 Cpanel 中使用 Cron Job 加载网页以刷新数据

How to load a webpage to refresh data using Cron Job in Cpanel

我在 Php 域中有一个网页。com/page/ 我需要该页面每月自动加载以刷新数据,因为我正在从另一个应用程序中提取该页面上的数据。你能帮我用 Cron 命令加载那个网页吗?

转到您的 shell 并输入 crontab -e

将此行添加到 contab

0 0 1 * * wget http://domain.com/page/ >/dev/null