Hi all
I wanna try to run a auto e-mail member for birthday,
I have a mode manuelly installed and it is running seamlessly
When I put below URL to the browser and hit to ENTER it runs and send e-mail to the members (controlled)
www.mysite.com/forum/index.php?action=birthday
this URL running;
What I want to do is that;
I wanna run a CronJob daily at 08:00 which launchs this URL
There is no problem with scheduling
But I tear my hair what is the correct command?
wget -q http://www.mysite.com/index.php?action=birthday
php http://www.mysite.com/index.php?action=birthday
lynx http://www.mysite.com/index.php?action=birthday
Any idea?
Regards
I wanna try to run a auto e-mail member for birthday,
I have a mode manuelly installed and it is running seamlessly
When I put below URL to the browser and hit to ENTER it runs and send e-mail to the members (controlled)
www.mysite.com/forum/index.php?action=birthday
this URL running;
What I want to do is that;
I wanna run a CronJob daily at 08:00 which launchs this URL
There is no problem with scheduling
But I tear my hair what is the correct command?
wget -q http://www.mysite.com/index.php?action=birthday
php http://www.mysite.com/index.php?action=birthday
lynx http://www.mysite.com/index.php?action=birthday
Any idea?
Regards