Newsie dont post it if u dont know it

Newsie dont post it if u dont know it
to record a users ip etc.. use:Hm..
How do I make "Your IP (blah blah) has been recorded." ?
PHP Code:<?php
$ip = $_SERVER['REMOTE_ADDR']; //Get the ip
$fp = fopen("log.txt", "r+") or die ( ERROR );
fputs ($fp, "$ip \n"); //Places the ip in log.txt
fclose($fp);
echo "Your ip has been recorded.";
?>
Thanks peoples.![]()
Want to hide these adverts? Register an account for free!