cPanel Cron Job to execute external URL 2 years ago 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
Leave A Comment?