What does the \"-f\" in say
\"-f\"
* * * * * php -f myscript.php
stand for?
According to the PHP Command-Line options reference: http://php.net/manual/en/features.commandline.options.php the -f option indicates which file the PHP engine should execute, in this case myscript.php.
-f
myscript.php