I have a PHP script with the following code in it;
$uptime = passthru ("/usr/bin/uptime");
but when I load the PHP page I get the following;
8:26pm up 0 min, 0 users, load average: 0.00, 0.00, 0.00
which is wrong (I have checked the uptime via telnet). Can anybody please
help me try and fix this?
Thanks.
--
"Keyboard not detected, press F1 to continue..."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]