11-08-2007, 09:22 PM
|
#18 (permalink)
|
|
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
|
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.
|
|
|
|