I\'m running two cron jobs:
This one executes without a problem:
curl -sS http://example.com/cronjob.php?days=1
But this doesn\'t run a
You'll notice that this doesn't exactly work in your shell, either.
What you need to do is put single quotes around the URL, like so:
curl -sS 'http://example.com/cronjob.php?days=1&month=1'