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

I have a webpage in Php domain.com/page/ and I need that page to load automatically every month to refresh the data because I am pulling data on that page from another app. Can you help me on the Cron command to load that webpage?

go to your shell and type crontab -e

add this line to the contab

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