I'd like to use the cron module...
1) I've read that there's a limit, where can I find details about it... Is "once every 5 minutes" the lower limit? Or can I use "once every minute"
2) I'd like to call a php page... I've read that using "/usr/bin/wget -O - -q http://..." would do the job but the daemon mail gave me this : "/bin/sh: /usr/bin/wget: Permission denied"...
What is the solution? Do I need more rights (I'm already on PHP level 2), or should I use another command?
Thanks.
1) I've read that there's a limit, where can I find details about it... Is "once every 5 minutes" the lower limit? Or can I use "once every minute"
2) I'd like to call a php page... I've read that using "/usr/bin/wget -O - -q http://..." would do the job but the daemon mail gave me this : "/bin/sh: /usr/bin/wget: Permission denied"...
What is the solution? Do I need more rights (I'm already on PHP level 2), or should I use another command?
Thanks.