묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
방문자 ip를 보여줄수 있는 방법+_+
2002.08.21 03:15
방문자 ip를 보여줄수 있는 방법은 없을까요?
html이나 php cgi 다 괜찮은데ㅠㅠ
html이나 php cgi 다 괜찮은데ㅠㅠ
댓글 2
-
엔카일
2002.08.21 09:33
$REMOTE_ADDR -
Lain
2002.08.22 01:16
PHP 방법 : Guest IP ; <?php echo"$REMOTE_ADDR"?>