> How do I get the IP address from a POST form.
> 
> Let me make myself more clear: I have a form that uses POST, 
> and I would like to get users' IP address for avoiding the 
> same user to fake my pool's result.

You can check $ENV{REMOTE_ADDR}, which will contain the remote IP of the
user hitting your page.

 -dave



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to