I am trying to run a php script via cron - but it is not working
Here is the cron command:
php -q /home/myhost/public_html/mydomain/myscript.php?query=data
with 'myhost' , 'mydomain' and 'myscript.php' with my host name and script.
but the email returns: No input file specified.
I am sure the path is correct, checked with chat support and I know the script executes properly - any help is greatly appreciated.
php -q /home/myhost/public_html/mydomain/myscript.php?query=data
with 'myhost' , 'mydomain' and 'myscript.php' with my host name and script.
but the email returns: No input file specified.
I am sure the path is correct, checked with chat support and I know the script executes properly - any help is greatly appreciated.