can someone give me some simply
<?php echo $HTTP_REMOTE_ADDR; ?>
but it can't function with me nothing happy
Try this: <?php echo "IP address" . $REMOTE_ADDR . "<BR>";?>
This uses unix level IP extraction and might work instead of $HTTP_REMOTE_ADDR