|
I am trying to set up a CRON job to run multiple url's from a PHP file but am very very much unsure how to do this.
What I am doing is setting up a site for a Clan wars group and there are over 200 members in there group, every 24 hours they are allowed to receive a gift from a teammate.
I was hoping to automate this since 1 teammate can send to all it would just make sense if I can put all of the teammates gift url from a single teammate in a file and then run it from a CRON job, this will help them from having to go to the url themselves.
If anyone can give me some ideas on how I would set this up in a PHP file, thanks a lot.
|