2
Log in via SSH
Type "crontab -e" without the quotes, hit enter
In the editor, type "i" without quotes then enter the following...
If you have PHP compiled with CLI (preferred):
* 0 * * * /full/path/to/file.php 2>&1
If you have PHP compiled without CLI:
* 0 * * * lynx -dump http://domain.com/file.php 2>&1
After you input the following, type ":wq" without the quotes to save your crontab file and you're done.
HTH.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.