Koozali.org: home of the SME Server

/proc/uptime QUESTION

kyle coburn

/proc/uptime QUESTION
« on: October 13, 2002, 12:22:32 PM »
why doesnt this script work on my SME server?

http://code.blitzaffe.com/php.php#svrstat


also why doesnt this work when i put it at the bottom of my HTML pages?
I am a newbie here... am i doing somthing wrong, i put it at the bottom of my pages, just above the

 

echo "Last modified: " . date( "d.m.Y", getlastmod() );

?>

am i doing somthing wrong, or is PHP not working on my machine?

-kyle

Luke Drumm

Re: /proc/uptime QUESTION
« Reply #1 on: October 15, 2002, 03:24:59 AM »
I think this might answer your question:

http://www.php.net/manual/en/function.getlastmod.php
(in particular the comments near the end)

Regards,
Luke