当前位置:编程学习 > 网站相关 >>

静态 html 文章统计方法

asp 方法

<script scr="hit.asp?id=1"></script>

hit.asp
<%
连接数据库
hits=Rs(hits)
sql="update 表 set hits=hits+1 where id="
conn.execute sql

response.write("document.write('"&hits+1&"')")
%>

php方法。

<script scr="hit.php?id=1"></script>

hit.asp
<%
连接数据库

$sql="update 表 set hits=hits+1 where id="
$reslut =mysql_query($sql);

$rs = mysql_fetch_array( $result)
response.write("document.write('".rs['hit']."')")
%>

补充:网页制作,设计基础
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,