View Single Post
Old 05-22-2002, 12:19 AM  
mike503
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
most people also forget that there's two variables with ip address: HTTP_X_FORWARDED_FOR behind a standard proxy server (their real ip, if they're using a proxy) and the good old REMOTE_ADDR, which will report the proxy server only.

best idea is to check if the first is set, if not, use REMOTE_ADDR.
__________________
php/mysql guru. hosting, coding, all that jazz.
mike503 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote