BBS (php & amp; mysql) full version (8) _ PHP Tutorial

Source: Internet
Author: User
BBS (php & amp; mysql) full version (8 ). Finished wishyousucess !! # PhpMyAdminMySQL-Dump # phpwizard. netphpMyAdmin # HOST: localhost: 3306 database: database # ------------------------------------------- // you sucess is finished !!

# PhpMyAdmin MySQL-Dump
# Http://phpwizard.net/phpMyAdmin/
#
# HOST: localhost: 3306 database: database
#--------------------------------------------------------
#
# Data table structure: 'bbs _ html'
#

Create table bbs_html (
Id int (15) DEFAULT '0' not null,
Userid varchar (20) not null,
Date1 varchar (20) not null,
Title varchar (40) not null,
Content text not null,
R1 int (15) DEFAULT '0' not null,
R2 int (15) DEFAULT '0' not null,
Number tinyint (4) DEFAULT '0' not null,
Row tinyint (5) DEFAULT '0' not null,
R3 int (15) DEFAULT '0' not null,
R4 int (15) DEFAULT '0' not null,
R5 int (15) DEFAULT '0' not null,
UNIQUE id (id)
);


#--------------------------------------------------------
#
# Data table structure 'bbs _ js'
#

Create table bbs_js (
Id int (15) DEFAULT '0' not null,
Userid varchar (20) not null,
Date1 varchar (20) not null,
Title varchar (40) not null,
Content text not null,
R1 int (15) DEFAULT '0' not null,
R2 int (15) DEFAULT '0' not null,
Number tinyint (4) DEFAULT '0' not null,
Row tinyint (5) DEFAULT '0' not null,
R3 int (15) DEFAULT '0' not null,
R4 int (15) DEFAULT '0' not null,
R5 int (15) DEFAULT '0' not null,
UNIQUE id (id)
);


#--------------------------------------------------------
#
# Data table structure 'bbs _ mysql'
#

Create table bbs_mysql (
Id int (15) DEFAULT '0' not null,
Userid varchar (20) not null,
Date1 varchar (20) not null,
Title varchar (40) not null,
Content text not null,
R1 int (15) DEFAULT '0' not null,
R2 int (15) DEFAULT '0' not null,
Number tinyint (4) DEFAULT '0' not null,
Row tinyint (5) DEFAULT '0' not null,
R3 int (15) DEFAULT '0' not null,
R4 int (15) DEFAULT '0' not null,
R5 int (15) DEFAULT '0' not null,
UNIQUE id (id)
);


#--------------------------------------------------------
#
# Data table structure 'bbs _ php'
#

Create table bbs_php (
Id int (15) DEFAULT '0' not null,
Userid varchar (20) not null,
Date1 varchar (20) not null,
Title varchar (40) not null,
Content text not null,
R1 int (15) DEFAULT '0' not null,
R2 int (15) DEFAULT '0' not null,
Number tinyint (4) DEFAULT '0' not null,
Row tinyint (5) DEFAULT '0' not null,
R3 int (15) DEFAULT '0' not null,
R4 int (15) DEFAULT '0' not null,
R5 int (15) DEFAULT '0' not null,
UNIQUE id (id)
);


#--------------------------------------------------------
#
# Data table structure 'bbs _ re'
#

Create table bbs_re (
Id int (15) DEFAULT '0' not null,
Userid varchar (20) not null,
Title varchar (40) not null,
Content text not null,
Date1 varchar (30) NOT NULL
);


#--------------------------------------------------------
#
# Data table structure 'user'
#

Create table user (
Id int (15) DEFAULT '0' not null,
Userid varchar (20) not null,
Name varchar (20) not null,
Passwd varchar (20) not null,
Sex varchar (5) not null,
Age char (3) not null,
Question varchar (20) not null,
Answer varchar (20) not null,
Birthday varchar (20) not null,
Oicq varchar (10) not null,
Height varchar (4) not null,
Myphoto char (3) not null,
Email varchar (30) not null,
Homepage varchar (40) not null,
Holobby varchar (40) not null,
Number varchar (10) not null,
Room varchar (20) not null,
Department varchar (20) not null,
Phone varchar (20) not null,
Ready1 varchar (10) not null,
Ready2 varchar (10) not null,
Ready3 varchar (10) not null,
UNIQUE userid (userid ),
KEY id (id, userid)
);


#--------------------------------------------------------
#
# Data table structure 'user _ stus'
#

Create table user_stus (
Id int (15) DEFAULT '0' not null,
Status varchar (6) not null,
Userid varchar (15) DEFAULT '0' not null,
Ip varchar (20) not null,
R2 char (2) not null,
R3 char (2) not null,
R4 char (2) not null,
Primary key (userid)
);

Awesome wish you sucess !! # PhpMyAdmin MySQL-Dump # http://phpwizard.net/phpMyAdmin/ # HOST: localhost: 3306 database: database #---------------------------------------------...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.