advanced code snippet search
stancox on 08/09/10
ip
08/09/10 10:12pm
1 person have marked this snippet as a favorite
convergine
function getip(){ return (isset($_SERVER['HTTP_X_REAL_IP'])) ? $_SERVER['HTTP_X_REAL_IP'] : $_SERVER['REMOTE_ADDR'] ;}
Report this snippet Tweet
Comment:
You need to login to post a comment.