摘要:
制作留言板大神们要求分页显示:如下为一些比较实用的东西。mysql数据库为HELLO,数据表为HI。其定义sql语句如下:create table HI (
id int(5) not null auto_increment,
biaoti varchar(40) not null,
neirong text not null,
primary key (id)
);字段说明:id :记录号,自动递增且为主键biaoti :标题neirong :内容<html>
<head>
<title>分页显示的实现方法</title>
<meta h 阅读全文
posted @ 2012-01-26 15:56
稻草哥
阅读(409)
评论(0)
推荐(0)