if (getenv("HTTP_X_FORWARDED_FOR")) $ip = getenv("HTTP_X_FORWARDED_FOR");
else $ip = getenv("REMOTE_ADDR");
Detect IP
Category: Uncategorized |
Tags: ip
Leave a Reply
You must be logged in to post a comment.