运行mysql.exe
mysql> create da家国情怀素材taba counter;
query ok, 1 row affected (0.10 c)
mysql> u counter;
databa changed
mysql> create table tl(id integer(2),count integer(5));
query ok, 0 rows affected (0.21 c)
mysql> show columns from tl;
+——-+——–+——+—–+———+——-+
| field | type | null | key | default | extra |
+——-+——–+——+—–+———+——-+
| id | int(2) | yes | | null | |
| count | int(5) | yes | | null | |
+——-+——–+——bec商务英语听力+—–+———+——-+
2 rows in t (0.05 c)
mysql> lect * from tl;
empty t (0.08 c)
mysql> inrt into tl(id,count) values(1,1);
query ok, 1 row affected (0.02 c)
mysql> lect * from tl;
+——+——-+
| id | count |
+——+——-+
| 1 | 1 |
+——+——-+
1 row in t (0.03 c)
下面编写html文件内容:
<html>
<body>
<?php
$myvar春雨诗歌 = “来访人数:”;
echo $myvar;
?&g巨枪乌贼t;
<?php
mysql_connect() or die(“there are problems to connect to mysql!”);
$query=”lect * from tl”;
$result=mysql_db_query(“counter”,$query);
if($result){
$r=mysql_fetch_array($result);
$counter=$r[“count”];
$counter=$counter+1;
echo $counter;
$query=”update tl t count=’$counter’ where id=1″;
$result=mysql_db_query(“counter”,$query);
mysql_clo();有种爱叫放手
}
?>
</body>
</html>
本文发布于:2023-04-07 04:17:23,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/5c1191b80eac251a38c0eee213a119ce.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:用PHP和MYSQL建立计数器过程详解.doc
本文 PDF 下载地址:用PHP和MYSQL建立计数器过程详解.pdf
留言与评论(共有 0 条评论) |