i have a problem...well how can i save people's IP adress?
i put this to my site and then it will print he's ip when he goes to my homepage
Code: Select all
<?php
echo $_SERVER["REMOTE_ADDR"];
?>

Code: Select all
<?php
echo $_SERVER["REMOTE_ADDR"];
?>