I have tried using the basic IP address capture tag mentioned in this forum and its working fine. But it does not find the source or real IP of the visitor in Contact form, as tested by myself by surfing through free proxy server. The form result gave this Proxy IP as the visitor's IP. After searching on the google i got a code below:
$ip = ($_SERVER) ? $_SERVER
: $_SERVER;
But still the form result showed the proxy IP only and not the real IP. Since i dont know php etc… I am dependent on this forum. Please help me with the correct fix so that the form result sent via email to me, shows the real source IP of the visitor. Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried using the basic IP address capture tag mentioned in this forum and its working fine. But it does not find the source or real IP of the visitor in Contact form, as tested by myself by surfing through free proxy server. The form result gave this Proxy IP as the visitor's IP. After searching on the google i got a code below:
$ip = ($_SERVER) ? $_SERVER
: $_SERVER;
But still the form result showed the proxy IP only and not the real IP. Since i dont know php etc… I am dependent on this forum. Please help me with the correct fix so that the form result sent via email to me, shows the real source IP of the visitor. Thank you