Hello,
Im tring to learn php, and im wanting to know how to detect if a person is hitting my site from a proxy server or not.
I have this code
$_SERVER['HTTP_FORWARDED']
$_SERVER['HTTP_X_FORWARDED_FOR']
$_SERVER['HTTP_CLIENT_IP']
How to i disply if they are from a proxy or not.
Like displyed on the website
Proxy : No
Proxy Yes
Thanks Mike