I have a HTML FORM that sends submitted data to my PHP script - using POST due to the large amount to form data. Which works fine.
However, I want to setup a crontab on my server that automatically posts variables/values to my PHP script. I have tried writing a PHP script (that I indent running from my crontab) to send POST data to my main PHP script via a HTTP header, but my script doesn't work.
Please can somebody tell me how this can be done?