I have been going fine in a Web Stats program until now.

How can I figure out which day has had the most records(ie visitors)
inserted?

There is a time column which has unix timestamp of when the record was
inserted.

The best I can think of currently is:
To use a while loop to repeatedly query the DB.
then use an if statement to replace two variables(UNIX timestamp and number
of visitors) if the value returned is higher.

--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to