lituhanian
it it's good script to see Ip
| Code: |
|
<?php print getenv('REMOTE_ADDR'); ?> |
|
|
php script sows Iplituhanian
it it's good script to see Ip
bdoneck
IP is a easily accessed variable. you can either get it by using $REMOTE_ADDR or $_SERVER['REMOTE_ADDR'] i found that $REMOTE_ADDR doesnt return an ip all the time and using $_SERVER['REMOTE_ADDR'] is much better
you dont need any of that stuff you did. mathiaus
how pointless. Thats easily searched on google and is everywhere in the correct form
-close- Related topics
|