Hey guys, I've got a bash script that I need to run and collect output from, except that it needs to be called from an php enviornment.
I would like to collect the output from this bash script(stdout) and store it into an array in php.
Anybody know how to do this?
The shell call would be:
echo `get-All.sh $prod $type`;
I would like to collect the output from this bash script(stdout) and store it into an array in php.
Anybody know how to do this?
The shell call would be:
echo `get-All.sh $prod $type`;