From 58bd0bc947a072c32d3b4e2c8f2a33d51f8a82f6 Mon Sep 17 00:00:00 2001 From: YYD <39893972+yanyuandi@users.noreply.github.com> Date: Sat, 27 May 2023 18:18:01 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 116908e..5730d36 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,8 @@ http.begin(Client, "http://日期.php"); ### html文件夹 - 此文件中包含了提交待办事件的上位机网页,将此文件上传到服务器Nginx的网站目录,域名解析到此目录后用域名访问 -- 文件夹中需要修改db.php, +- 文件夹中需要修改db.php中的 +``` PHP +$conn = new mysqli('你的服务器数据库地址', 'root', '数据库密码', '数据表名'); +```