Time: $time
" ); $ipaddress = $_SERVER["REMOTE_ADDR"]; fwrite($file, "IP Address: $ipaddress
" ); $from = $_SERVER["HTTP_REFERER"]; fwrite ($file, "From: $from
"); $Browser = $_SERVER["HTTP_USER_AGENT"]; fwrite ($file, "Browser: $Browser
"); fclose($file); # print ""; ?>