On Mon, 7 Feb 2005 16:21:26 -0600, Brad Ciszewski <bradcis@charter.net> wrote:
> What is the function, or how do you make a script that displays the server's
> uptime?
php -r 'system("uptime");'
or
<?php
echo `uptime`;
?>
--
Greg Donald
Zend Certified Engineer
http://destiney.com/