原创单文件留言板 gbk版
看了视频教程之后写的留言版
基本涵盖了大部分php基础知识点,变量,常量,循环(if,switch),变量作用域,session,函数,递归函数,安全处理,类,构造函数,静态变量,数据库连接、增加、查询、更新、删除
html的知识点 隐藏表单 js表单验证 页面定时重定向 css悬浮
实现功能:
增加留言 留言删除 翻页 管理员修改密码 基于一个页面实现留言板的完整功能
注释比较详细
用户名:admin
密码:123456
session_start(); //启动会话
/*
* 单文件留言本
* 请注明来自于 PHP100.com
*/
//变量 定义、赋值
$db_host = 'localhost:3306'; //设置数据库主机端口号 一般为localhost:3360 通常不需修改
$db_user = 'root'; //设置数据库用户名
$db_pass = 'liujie'; //设置数据库密码
$db_name = 'test'; //设置数据库名称
$db_char = 'GBK'; //设置数据库字符集 默认GBK 通常情况不需修改
//定义常量
define('Per_page',6); //定义每页记录数
?>

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 English version
Recommended: Win version, supports code prompts!

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.