Hi,
I am trying to evaluate the result of a SSH2 stream so I can branch to another section of my code based on the output. The connection to the server is working fine and I get the output but the evaluation does not work.
$out= fread($fp,256);
i want to use different parts of the output that i am getting with $out.
please help

