묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
카운터 달기에서 카운터 숫자가 안나타납니다.
2002.07.04 19:32
* 다음양식에 맞게 입력해주세요.
① 계정(호스팅) 회사 이름 : localhost
② php , mysql 버전 :4.1,2 , 3.23
③ 제로보드 버젼 : 4.1
질문 내용 : 다음과 같이 카운터를 설치할려고 하는데 카운터 숫자가 안보입니다. 무엇이 문제인지 통계는 연결이 되어 나오는데 카운터 숫자를 어떻게 해야 html 문서에서 볼수 있는지 가르쳐 주세요.
<?
include /"zcounter/dbconn.php3";
include /"zcounter/zerocounter.php3";
?>
<html>
<head>
<script language='JavaScript'>
function RWindow(URL,WD,HT) {
window.open(URL,'counter','width=430,height=400,scrollbars=yes,resizable=0,status=no,menubar=0');
}
</script>
<title>::: BiHon's DreamPHP.com :::</title>
<style>
body { font-family:굴림체; font-size:9pt; }
</style>
</head>
<body bgcolor=white text=black>
<center>
<br>
안녕하세요! 본 문서는 예제를 위해 제작된 문서입니다. ^^;<br>
<br>
<hr>
<img src="http://localhost/bbs/images/10.gif">
오늘 <? echo $count[today_hit]; ?> <br>
<img src="http://localhost/bbs/images/10.gif">
어제 <? echo $count[yesterday_hit]; ?> <br>
<img src="http://localhost/bbs/images/10.gif">
최고 <? echo $count[max_hit]; ?> <br>
<img src="http://localhost/bbs/images/10.gif">
전체 <? echo $count[total_hit]; ?> <br>
<a href=# onclick="javascript:RWindow('http://localhost/zcounter/status.php3',0,0)"> 통계 </a>
<br>
<hr>
<br>
그럼 즐거운 하루하루 되세요~</center>
</body>
</html>
① 계정(호스팅) 회사 이름 : localhost
② php , mysql 버전 :4.1,2 , 3.23
③ 제로보드 버젼 : 4.1
질문 내용 : 다음과 같이 카운터를 설치할려고 하는데 카운터 숫자가 안보입니다. 무엇이 문제인지 통계는 연결이 되어 나오는데 카운터 숫자를 어떻게 해야 html 문서에서 볼수 있는지 가르쳐 주세요.
<?
include /"zcounter/dbconn.php3";
include /"zcounter/zerocounter.php3";
?>
<html>
<head>
<script language='JavaScript'>
function RWindow(URL,WD,HT) {
window.open(URL,'counter','width=430,height=400,scrollbars=yes,resizable=0,status=no,menubar=0');
}
</script>
<title>::: BiHon's DreamPHP.com :::</title>
<style>
body { font-family:굴림체; font-size:9pt; }
</style>
</head>
<body bgcolor=white text=black>
<center>
<br>
안녕하세요! 본 문서는 예제를 위해 제작된 문서입니다. ^^;<br>
<br>
<hr>
<img src="http://localhost/bbs/images/10.gif">
오늘 <? echo $count[today_hit]; ?> <br>
<img src="http://localhost/bbs/images/10.gif">
어제 <? echo $count[yesterday_hit]; ?> <br>
<img src="http://localhost/bbs/images/10.gif">
최고 <? echo $count[max_hit]; ?> <br>
<img src="http://localhost/bbs/images/10.gif">
전체 <? echo $count[total_hit]; ?> <br>
<a href=# onclick="javascript:RWindow('http://localhost/zcounter/status.php3',0,0)"> 통계 </a>
<br>
<hr>
<br>
그럼 즐거운 하루하루 되세요~</center>
</body>
</html>