I want to grab the output of one php file to other, I am passing arguments to php file and the return value is 1 , I want to store the value in other php.
I am running this from shell as -
php t.php [email protected]
Now I want to run this from a php file which will grab the output of this into variable in the other php?