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
>> 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
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
> 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
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'] . "
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
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
7 matches
Mail list logo