Skip to content
View FelixFZY's full-sized avatar

Block or report FelixFZY

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FelixFZY/README.md

MessageBoard

A simple message board with PHP and MDUI
一个简单的PHP+MDUI留言板

首先请导入message.sql至数据库

然后创建config.php

<?php
// 网站标题
const title = "荆棘留言板";
// 数据库地址
const db_host = "233.233.233.233";
// 数据库名
const db_name = "name";
// 数据库用户名
const db_username = "username";
// 数据库密码
const db_password = "password";
// 数据库端口
const db_port = 3306;

Popular repositories Loading

  1. FelixFZY FelixFZY Public

    PHP 1 1

  2. FelixFZY.github.io FelixFZY.github.io Public