<?php
$f = fopen(”ip.txt”, “a+”);
fwrite($f, getenv(”REMOTE_ADDR”) . “\n”);
fclose($f);
?>

nn mi funziona ma..... x favore mi aiutate