Re: [PHP] Newbie challenge to brainiacs

2002-05-15 Thread Jason Wong
On Wednesday 15 May 2002 16:20, Josh Edwards wrote: > The challenge is to do it without SQL. Which blog do you recommend? > > > "David Jackson" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > Jay Blanchard wrote: > > > > The burning issue that begs to be a

Re: [PHP] Newbie challenge to brainiacs

2002-05-15 Thread Josh Edwards
The challenge is to do it without SQL. Which blog do you recommend? "David Jackson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Jay Blanchard wrote: > > > The burning issue that begs to be answered is, why reinvent the wheel? > There is a least a dozen blo

Re: [PHP] Newbie challenge to brainiacs

2002-05-14 Thread David Jackson
Jay Blanchard wrote: > The burning issue that begs to be answered is, why reinvent the wheel? There is a least a dozen blogs on freshmeat for PHP along... Unless your doing it just for kicks, which is OK. David > [snip] > > I want to try to find the hour that has the most hits > > The day o

RE: [PHP] Newbie challenge to brainiacs

2002-05-14 Thread Jay Blanchard
[snip] > 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 us

RE: [PHP] Newbie challenge to brainiacs

2002-05-14 Thread David Freeman
> 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 w

Re: [PHP] Newbie challenge to brainiacs

2002-05-14 Thread Jason Wong
On Tuesday 14 May 2002 19:42, Josh Edwards wrote: > Here is a sample of my weblog that reads into an array from a file ie > > $filename = ("combined_log"); > $fcontents = file($filename); > > 203.29.154.13 - - [08/May/2002:21:21:07 +1000] "GET /A1.php HTTP/1.1" 200 > 417 "- > " "Mozilla/4.0 (compa

[PHP] Newbie challenge to brainiacs

2002-05-14 Thread Josh Edwards
I'm a PHP beginner and I am amazed at the help people give you in this newsgroup. I'm trying to attempt something ambitious (for me anyway) and I'm looking for help. Here is a sample of my weblog that reads into an array from a file ie $filename = ("combined_log"); $fcontents = file($file