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
Try a POST Request
curl -d "days=1&month=1" www.example.com/cronjob.php