I downloaded this thing a while back, and
have just started experimenting with it.
It Works Perfectly!
I've been learning quite a lot fro it.
Thank you.
I do have a question about how the php
limits the size of the text file, that it is writing to.
If I understand what I'm looking at correctly,
the size or length of the text file is limited according to
the byte size of the file ie: 80000b or 80kb.
After that, it starts dumping the old entries
off the bottom as it were, so as to maintain that size.
...errr, right?
Now, What I wan to know is this.
Rather than counting the bytes, and using that information
to limit the length of this file, can I have it count the arrays instead,
and cut it off at say, 2 or 3 hundred arrays?
Thank you in advance!