> Here is a sample of my weblog that reads into an array from a file ie

 > I want to try to find the hour that has the most hits
 > The day of the week that has the most hits
 > and the max and ave  no of hits of these.

I haven't given it a whole lot of thought but I'd be tempted to dump the
whole thing into an appropriately structured sql database and then use
SELECT's to extract the information you want.  It'll likely end up
faster and less processor intensive than doing it in php by itself I
suspect.

CYA, Dave



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

Reply via email to