View Single Post
Old 11-08-2007, 09:22 PM   #18 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Could use HTTP_USER_AGENT together with the function call, if you wish:

PHP Code:
echo 'User Fingerprint: ' md5($_SERVER['HTTP_USER_AGENT'] . getUserIP()); 
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote