I have created one web application using PHP. I want know the IP randomly generated or not from proxy or client side application. Our application only allow one click per IP address.
I had checked the user agent by using $_SERVER['HTTP_USER_AGENT']. I got the user agent currently. but I want know whether the user agent using any other tool to generate IP address
dynamically. is it possible to check by using the code?
I have created one web application using PHP. I want know the IP randomly
Share
You can try this piece of code:
Source: digitalpoint