<? $fl = fopen('log.txt', 'w'); $time = date("[ H:i:s ] "); fputs($fl, $time.":".$_SERVER['REMOTE_ADDR']); fclose($fl); ?>