How I can to make that
each lines results in real time in ensue execution:
system ("traceroute -m 100 $host")
that be saved separately in a file?
With pssthru(...) it can, but the results is not displaies in real time to client browser.
system ("traceroute -m 100 $host", $var)
echo "$var";
will returned $var=0; therefore I can't write $var to a file.
Thank you,
sorry for bad english