I'm trying to send GET parameters to a php using the php exec command, but when I put the parameters the script does not run, it does not get to the other php, follow my code:
exec.php:
$cmd = 'php teste.php?id=10,11';
$pid = exec($cmd.'...
asked by
05.09.2018 / 15:59