advanced code snippet search
Push on 07/20/11
php ip address ip-address
07/20/11 07:36am
1 person have marked this snippet as a favorite
tux-world
<?php $ip = $_SERVER['REMOTE_ADDR'];echo "Your IP address is $ip"; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.