cPanel Cron Job to execute external URL

1 min read

A simple code to schedule cron job to call or execute an external URL without creating the log.

wget -q -O – http://thedomainname.com/thefilename.php >/dev/null 2>&1

Latest from Blog