zhupeixin / article

文章管理系统PHP+Mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

article

文章管理系统PHP+Mysql 需要在本地创建数据库账号密码可以在connect.php配置 建立article数据库 建立article数据表

create table article(id int(11) primary key auto_increment,title char(100) not null,author char(50) not null,
description text not null,content text not null,dateline int(11) not null default 0);

字段:id,title,author,description,content,dateline

About

文章管理系统PHP+Mysql


Languages

Language:PHP 81.9%Language:CSS 18.1%