Re: [PHP-WIN] Line By Line Output

2005-09-04 Thread David Collard
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

[PHP-WIN] Line By Line Output

2005-09-02 Thread Sabin Finateanu
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?