On Mon, 6 Oct 2003 14:55:56 +0800, you wrote:

>I'm trying to have the output of the "ps -ef" command in Linux to my
>browser. Can anyone help how to properly have the output in proper format.
>I've used the passthru() function but the output is scrambled.

Scrambled how, exactly? Remember, your browser is expecting HTML.

Personally, I'd try adding a Content-Type: text/plain header before the
output...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to