I'm trying to set a cronjob to run every 20 minutes. The file path is /srv/www/mysite.co.uk/public_html/PP/Make_Xml.php
but i need to transfer to it a var so basically to cron: /srv/www/mysite.co.uk/public_html/PP/Make_Xml.php?db=LONDON
I tried to use "crontab -e" and set it even to every minute with:
* * * * * /srv/www/mysite.co.uk/public_html/PP/Make_Xml.php?db=LONDON
it saved it to /tmp/crontab.something/crontab
And it doesn't seem to work. I'm new to linux please help.