Reply To: FireStats – Top 40 php script (now with added charts)

#14807
Iris
Participant

Hi Steve,

I wanted to investigate this some more so I used some example code from the link in your last post and created a time.php file with the code:

<?php
$t=time();
echo($t . "
");
echo(date("D F d Y",$t));
?>

This is what I get…

1198164236
Thu December 20 2007

That’s what its supposed to return and leads me to think that the date/time support is there. I was curious because I know that the MSS ipkg packages are very striped down versions – perhaps even more than the slug. That has caused me some problems in the past but is usually solved once I fiqure out what is missing/lacking.

Do you have any other ideas?

Iris