Hi I am trying to run a cron job once a day but wget (which chat told me is the command type to use) is giving an error
This is the cron
wget -q -o /dev/null
www.windermerelodge.co.uk/send/send.php
(I have amended the command in case any naughty peeps tried to execute it

This is the result
/bin/sh: /usr/bin/wget: Permission denied
If I just use the
www.windermerelodge.co.uk/send/send.php
command in the address bar it executes fine
Any ideas?
John