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
Zoram
Forum Contributor
Posts: 166 Joined: Sun Aug 18, 2002 3:28 pm
Location: Utah
Contact:
Post
by Zoram » Tue Nov 05, 2002 11:55 am
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:
Post
by seg » Tue Nov 05, 2002 12:08 pm
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 » Tue Nov 05, 2002 9:19 pm
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.