Creating A Log...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Zoram
Forum Contributor
Posts: 166
Joined: Sun Aug 18, 2002 3:28 pm
Location: Utah
Contact:

Creating A Log...

Post by Zoram »

I am working on creating a log of all the users that login. What are some useful things to store in the log? EX. ip address... date... etc

Thanks!
seg
Forum Commoner
Posts: 38
Joined: Thu Oct 31, 2002 12:08 pm
Location: Northern, VA
Contact:

Re: Creating A Log...

Post by seg »

Zoram wrote:I am working on creating a log of all the users that login. What are some useful things to store in the log? EX. ip address... date... etc

Thanks!
My website tracking script records, date, page viewed, ip address, browser and referal. It's all I've needed.
cctrax
Forum Commoner
Posts: 36
Joined: Thu Jul 11, 2002 9:05 pm
Location: United States
Contact:

Post by cctrax »

I generally like to play around with it. I basically generate the list according to people's IP addresses, but will sometimes throw in a few extras.
Post Reply