Sabin Finateanu wrote:
Hi! I'm trying to run trace route for an address in a PHP script. My
question is how can I make it display the output line by line as it
appears instead of waiting for the command to finish executing an then
outputting the whole result, and what command should I use: sys
Hi! I'm trying to run trace route for an address in a PHP script. My
question is how can I make it display the output line by line as it
appears instead of waiting for the command to finish executing an then
outputting the whole result, and what command should I use: system, exec
or shell_exec?