2
1
I have ubuntu setup with lamp and I was wondering what I would type to start a php page say at 2am everyday. I am still studying how crontab works so I can't test to see which one works.
So if I have something like this how would I put in the php page with parameters?
30 18 * * * http://myip/mypage.php?action=do_something
Would I enter it like that or with absolute path? Like this
30 18 * * * /var/www/mypage.php?action=do_something