/Message-Search

a simple repository with Login Register Comment and so on

Primary LanguagePHP

Message-Search

2018-12-7

刚入门php写的小站

用了简单的semantic-ui前端框架+php

semantic-ui汉化版:https://semantic-ui.qyears.com/

包含登录、注册、留言板、查询学生信息功能……

使用前:

将数据库search.sql 导入

mysql>create table search
mysql>use search
mysql>source search.sql

mysql -uroot -p search<search.sql

还在优化中……