Hi all,
Suddenly the php path, "php -f" for the system function started not working. It used to be fuctional till this yesterday evening.
system(php -f myscript.php);
Instead if I use. "/usr/local/bin/php" it works.
I'm just wondering what caused the "php -f" not working. Do you have any ideas?
Also what kind of command is this "php -f"? Search engines do not recognize this as a keyword. So I'm having trouble knowing what this means.
Your information will be greatly appreciated.