tabuladze

Member
Oct 17, 2005
9
0
151
I am trying to setup a cron job to run a file. What is the command I need to use? I need to run public_html/rssblogposter/post.php on one of our domains.

Thanks for help in advance.

T
 

bmcgrail

Well-Known Member
Dec 8, 2003
83
0
156
php public_html/rssblogposter/post.php should work

or

/path-to-php/php /home/user/public_html/rssblogposter/post.php
 

tabuladze

Member
Oct 17, 2005
9
0
151
hmm, thanks guys, but

none of these above mentioned ones seem to work. What could be the problem?

Anyone?