Trying to run this single line of code and getting a syntax error, unexpected T_ECHO ...from what I can tell by searching it must have something to do with mis-use of { or ' maybe? I have numerous combinations to no avail? Any ideas?
echo(shell_exec('php -q /feeds/sancap/vrets/run_interactive_job.php /feeds/sancap/vrets/batch_control_files/Land'));
You didn't terminate/close the previous statement properly.