Posted by Dave on 11/15/79 11:22
varungupta (developer.varun@gmail.com) decided we needed to hear...
> Hi Group members !
>
> I want to know about a method for detecting client's IP which is
> running behind a proxy server.
> I have tried functions available with PHP core but they are returning
> the address of proxy server not of the client's machinel.
> Is there any way to get the desired results.
You can't do it with PHP. You could use Javascript and pass it as a
form variable.
Depends why you want to do this, since its easy to get around it -
JS could be turned off, or the form var could be overidden.
If say you wanted to ban users from a particular IP then I wouldn't
trust this method, but if you just want the IP for cosmetic reasons
then I'm sure you can live with the pitfalls.
--
Dave <dave@REMOVEbundook.com>
(Remove REMOVE for email address)
Navigation:
[Reply to this message]
|