[PHP] html output from system() command

2002-12-06 Thread Clay Stuckey
When I execute: system('who'); I get the output to the screen but it is all concatenated together like this: root pts/0 Dec 6 15:31 (34-218-228-130.arpa.kmail.net) sneakytrick pts/1 Dec 6 10:22 (34-218-228-130.arpa.kmail.net) How can I make it look like: root pts/0 Dec 6 15:31

Re: [PHP] html output from system() command

2002-12-06 Thread Chris Shiflett
--- Clay Stuckey [EMAIL PROTECTED] wrote: When I execute: system('who'); I get the output to the screen but it is all concatenated together like this: root pts/0 Dec 6 15:31 (34-218-228-130.arpa.kmail.net) sneakytrick pts/1 Dec 6 10:22 (34-218-228-130.arpa.kmail.net) How can I make it

RE: [PHP] html output from system() command

2002-12-06 Thread Charles Bronson
Bronson_AT_udatasystems.com -Original Message- From: Clay Stuckey [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 3:41 PM To: Php Subject: [PHP] html output from system() command When I execute: system('who'); I get the output to the screen but it is all concatenated together like