天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

創建數據庫php代碼 用PHP寫出自己的BLOG系統

下面直接上代碼
復制代碼 代碼如下:
<?php
//date_default_timezone_set("Asia/Shanghai");
/*
function create_siteinfo
DONE:網站信息表
Author:www.5dkx.com
DATE:2010-3-30
表結構:
title 網站名
keyword 網站關鍵詞
description 網站描述
*/
function create_siteinfo()
{
global $conn;
$sql = "create table siteinfo (
title varchar(100) not null,
keyword varchar(200) not null,
description varchar(200) not null
)";
$dropsql = "drop table if exists siteinfo";
mysql_query($dropsql,$conn)or die("刪除表siteinfo失敗!");
mysql_query($sql,$conn)or die("創建表siteinfo失敗!");
}
/*
function:create_article()
DONE:mysql創建文章表sql語句
Author:www.5dkx.com
表結構:
id 文章ID
cid 歸屬類別ID
abstract 文章摘要
title 文章標題
posttime 發布時間
aurhor 作者
comefrom 文章來源
comeurl 來源URL
content 正文內容
keyword 關鍵詞
rank 文章等級
views 瀏覽次數
*/
function create_article()
{
global $conn,$table_article;
$sql ="create table $table_article(
id int(11) auto_increment not null,
cid int(5) not null,
abstract varchar(300) not null,
title varchar(50) not null,
posttime datetime not null,
author varchar(30) not null,
comefrom varchar(50) not null,
comeurl varchar(50) not null,
content TEXT not null,
keyword varchar(20) not null,
rank int(2) not null,
views int(5) not null,
PRIMARY KEY(id)
)";
$dropsql = "drop table if exists $table_article";
mysql_query($dropsql,$conn)or die("刪除數據庫失敗!");
mysql_query($sql,$conn)or die("創建數據庫失敗!");
}
/*
function:create_member()
DONE:mysql創建會員表sql語句
Author:www.5dkx.com
uid 會員ID
u_name 會員名稱
u_passwd 密碼
rank 會員等級
*/
function create_member()
{
global $conn,$table_member;
$sql = "create table $table_member(
uid int(5) auto_increment not null,
u_name varchar(20) not null UNIQUE,
u_passwd varchar(100) not null,
rank int(2) not null,
PRIMARY KEY(uid)
)";
$dropsql = "drop table if exists $table_member";
mysql_query($dropsql,$conn)or die("刪除數據庫失敗!");
mysql_query($sql,$conn)or die("創建數據庫失敗!");
}
/*
function:create_class
DONE:sql創建分類sql語句
Author:www.5dkx.com
表結構:
cid 類類別ID
cname 類名
*/
function create_class()
{
global $conn,$table_class;
$sql = "create table $table_class(
cid int(5) auto_increment not null,
cname varchar(50) not null UNIQUE,
PRIMARY KEY(cid)
)";
$dropsql = "drop table if exists $table_class";
mysql_query($dropsql,$conn)or die("刪除".$table_class."失敗!");
mysql_query($sql,$conn)or die("創建表".$table_class."失敗");
}
/*
function:create_guest
DONE:sql創建留言板sql語句
Author:www.5dkx.com
表結構:
gid 留言ID
g_name 留言用戶名
g_site 用戶個人主頁
g_mail 用戶郵箱
g_cid 留言位置(哪篇文章或者是留言板)
*/
function create_guest()
{
global $conn,$table_guest;
$sql = "create table $table_guest(
gid int(11) auto_increment not null,
g_name varchar(50) not null,
g_site varchar(50) not null,
g_mail varchar(50) not null,
g_cid int(5) not null,
PRIMARY KEY(gid)
)";
$dropsql = "drop table if exists $table_guest";
mysql_query($dropsql,$conn)or die("刪除表".$table_guest."失敗");
mysql_query($sql,$conn)or die("創建表".$table_guest."失敗");
}
function create_sql()
{
global $table_article,$table_member,$table_class,$table_guest,$conn;
echo "創建siteinfo表/r……";
create_siteinfo();
echo "完成<br>";
echo "創建".$table_article."表/r……";
create_article();
echo "完成<br>";
echo "創建".$table_member."表/r……";
create_member();
echo "完成<br>";
echo "創建".$table_class."表/r……";
create_class();
echo "完成<br>";
echo "創建".$table_guest."表/r……";
create_guest();
echo "完成<br>";
mysql_close($conn);
}
?>

php技術創建數據庫php代碼 用PHP寫出自己的BLOG系統,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 最美白嫩的极品美女ASSPICS | 亚洲国产精品久久无套麻豆 | 亚洲日本va中文字幕久久 | 99久久国产综合色 | 久久热最新网站获取3 | 香蕉59tv视频 | 蜜芽一二三区 | 久拍国产在线观看 | 热思思| 亚洲黄色录像片 | 日本艳妓BBW高潮一19 | 日本国产精品无码一区免费看 | 国产精品美女久久久久浪潮AV | 欧美日韩精品一区二区三区高清视频 | 欧美性受xxxx狂喷水 | 飘雪在线观看免费高清完整版韩国 | 成人动漫bt种子 | 久久免费看少妇级毛片蜜臀 | 国产亚洲欧美ai在线看片 | 亚洲精品中文字幕一二三四区 | 美国caopo超碰在线视频 | 单亲妈妈3韩国电影免费观看 | 人妻天天爽夜夜爽三区麻豆A片 | 一本道在线综合久久88 | 十九岁韩国电影在线观看 | 亚洲AV国产福利精品在现观看 | 国产亚洲精品在浅麻豆 | 国产一及毛片 | 漂亮美女2018完整版 | 91综合精品网站久久 | WWW亚洲精品久久久无码 | 一本久道久久综合婷婷五月 | 精品无码久久久久久久动漫 | 男女车车的车车网站W98免费 | 性与肉体电影免费观看 | 亚洲精品国产拍在线观看 | 在线欧美精品一区二区三区 | 亚洲成人综合在线 | 精彩国产萝视频在线 | 高h肉文np| 久久久性色精品国产免费观看 |