Hi again,

Have another problem here I need to get the output of this syntax

$ps = (passthru("ps -ef"));

and store it in an array line by line, I specifically want to get the
Columns of the PID for this command and store it in a selection box .

Any Idea how, thanks in advance.


Mike

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

Reply via email to