View Single Post
  #2 (permalink)  
Old 07-20-05, 11:39 AM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Some useful info to record:

IP Address
Code:
$_SERVER['REMOTE_ADDR'];
Referring Website/webpage
Code:
$_SERVER['HTTP_REFERER'];
Timestamp - can be converted to any date format with date();
Code:
time();
Reply With Quote