curl -s -o /dev/null http://yourdomain.com/your_script.phpif curl is disabled from your hosting service, you can try another way:
lynx -dump http://yourdomain.com/your_script.phpif curl and lynx are disabled from your hosting service, you can try another way:
/usr/bin/wget -O - /home/your_username/public_html/your_script.phpor
GET http://yourdomain.com/your_script.phpif curl, lynx and wget are disabled from your hosting service, you can try another way:
links http://yourdomain.com/your_script.php7. save it
if none worked from anything above then you are welcome to host with us - as we have all the above requirements to run cron jobs via cpanel in place already -
1 Comment
Thanks!
Leave a comment
Join the conversation
Sign in to your NASH DEV CENTRAL account to leave a comment on this post.