5 * * * * wget --spider -q http://url_to_file.php
10 * * * * wget --spider -q http://url_to_file.php
* 1 * * * wget --spider -q http://url_to_file.php
Does this look about right if I'm running command line PHP?
10 * * * * wget --spider -q http://url_to_file.php
* 1 * * * wget --spider -q http://url_to_file.php
Does this look about right if I'm running command line PHP?

Comment