I have shell script p.sh, which runs php program.
It executes from shell without problems, but if i execute via browser
$str=shell_exec("./p.sh &");
echo $str."-";
I get
Warning: Cannot execute using backquotes in safe mode in ../p.php on line 68
Help please...