Hi All...
I'm making a script that will mail me the list of all users logged in the system.
$last = exec('last');
BUT how do i format the result?
if i use a for loop it only displays the last line. split up letter by letter
tryed some different things (nl2br, eregi_replace \n, etc...) nothing worked so far.
Regards,
Gerry.