php-windows Digest 4 Sep 2005 13:38:23 -0000 Issue 2763

Topics (messages 26295 through 26295):

Re: Line By Line Output
        26295 by: David Collard

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
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: system, exec or shell_exec? I'm using PHP 5.0.4 on Windows XP with Apache 2.0.54.

Thank you.
Sabin Finateanu

use it from the command line, and try writing to stdout instead of using echo()/print()
--- End Message ---

Reply via email to