묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
제가 초보인지라 여러가지로 고생이 있어요..
제로카운터를 설치하였는데. 화면에 나오지가 않네요.
비누넷을 통해서 설치가 된것은 확인했지만..
아래와 같이 설정했는데 문제가 있는 것 같아서요.
--------------------------------------------------------------------------------
<? include "/zboard/zerocount/dbconn.php3";
include "/zboard/zerocount/zerocounter.php3"; ?>
<html>
<head>
<title><title>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center><br><br><br>
전체방문자수 : <? echo $count[total_hit]; ?>
<br><br>
<img src="image2/img_menu01.gif">
</center>
<br><br>aaa
</center><br><br>
</body>
</html>
--------------------------------------------------------------------------
dbconn.php3에 적어야 할 내용도 정확하게 적었는데 확인불가능한 이유를
알려주세요..
제로카운터 설치 문제
2004.10.09 19:40
제가 초보인지라 여러가지로 고생이 있어요..
제로카운터를 설치하였는데. 화면에 나오지가 않네요.
비누넷을 통해서 설치가 된것은 확인했지만..
아래와 같이 설정했는데 문제가 있는 것 같아서요.
--------------------------------------------------------------------------------
<? include "/zboard/zerocount/dbconn.php3";
include "/zboard/zerocount/zerocounter.php3"; ?>
<html>
<head>
<title><title>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center><br><br><br>
전체방문자수 : <? echo $count[total_hit]; ?>
<br><br>
<img src="image2/img_menu01.gif">
</center>
<br><br>aaa
</center><br><br>
</body>
</html>
--------------------------------------------------------------------------
dbconn.php3에 적어야 할 내용도 정확하게 적었는데 확인불가능한 이유를
알려주세요..