akreider2
07-01-2009, 02:42 PM
I want to run a cron job to call a URL. I previously used GET do to this. But on my VPS (Centos) GET isn't installed.
Ex.
GET http://www.domain.org/runcron.php
How can I do this?
I know I can run php on a local file in cron, but I want to do this on a remote domain.
Aaron
Ex.
GET http://www.domain.org/runcron.php
How can I do this?
I know I can run php on a local file in cron, but I want to do this on a remote domain.
Aaron