Re: [PHP] user tracking

2004-07-06 Thread Andre Dubuc
Hi Chrsitian, If you're looking fro a web or static stats package, IMHO none better than: http://awstats.sourceforge.net/ (I've used other packages, but this is the most flexible.) Hth, Andre On Tuesday 06 July 2004 07:15 am, Christian Calloway wrote: > Hey everybody, > > I am looking for some

Re: [PHP] user tracking

2004-07-06 Thread Matthew Sims
>> I am looking for some type of user tracking/stat collecting package. I >> am sure there's a million; any recommendations? We have some specific >> needs as well, so mostly likely I will be have to make some code >> changes. So the simpler package the better. > > You don't mention any of the spe

Re: [PHP] user tracking

2004-07-06 Thread Christian Calloway
I've been writing LAMP applications for awhile; the option to write a tracking system myself is always viable.. but since I am extraordinarily lazy, I am looking for a general package that I could modify. What I really wanted was anyone's feedback or recommendations on tracking packages currently a

Re: [PHP] user tracking

2004-07-06 Thread Michal Migurski
> I am looking for some type of user tracking/stat collecting package. I > am sure there's a million; any recommendations? We have some specific > needs as well, so mostly likely I will be have to make some code > changes. So the simpler package the better. You don't mention any of the specific ne

Re: [PHP] user tracking

2004-07-06 Thread Michael Gale
What type of tracking ? ... number of hits ? pages visited by # of times ?? If you use sessions ... which I am assuming you are. You could create a table: user-id,page,times Then when you do the session check you could update: INSET INTO webwatch_table SET user-id='" . $_SESSSION['userid'] . "

Re: [PHP] user tracking

2004-07-06 Thread Stephen Craton
Try searching www.hotscripts.com, they have a lot of good scripts there... On Tue, 2004-07-06 at 06:15, Christian Calloway wrote: > Hey everybody, > > I am looking for some type of user tracking/stat collecting package. I am > sure there's a million; any recommendations? We have some specific nee

[PHP] user tracking

2004-07-06 Thread Christian Calloway
Hey everybody, I am looking for some type of user tracking/stat collecting package. I am sure there's a million; any recommendations? We have some specific needs as well, so mostly likely I will be have to make some code changes. So the simpler package the better. Christian -- PHP General Maili