Hi, I have a dreamhost virtual host. I need to run a script periodically. What I need is What's the path of a .php file I should write in the command line? Thanks.
Login via ssh and type "which php" to learn the path to the php binary. Then use "/path/to/php /path/to/script" in your crontab. I hope thats clear.