"; echo $Browser; echo "
"; echo $ip; echo "
"; echo $date; echo "
"; echo $http; fwrite($file, "접속자의 ip : ".$ip." "); fwrite($file, "접속자의 브라우저 : ".$Browser." "); fwrite($file, "접속자의 os : ".$os."\n"); fwrite($file, "http, https 여부. 만약 https라면 1 : ".$http." "); fwrite($file, "접속자의 접속 날짜와 시, 분 : ".$date."\n"."\n"); fclose($file); ?>