Update README.md

This commit is contained in:
YYD
2023-05-27 18:18:01 +08:00
committed by GitHub
parent f5addf6155
commit 58bd0bc947

View File

@@ -31,5 +31,8 @@ http.begin(Client, "http://日期.php");
### html文件夹
- 此文件中包含了提交待办事件的上位机网页将此文件上传到服务器Nginx的网站目录域名解析到此目录后用域名访问
- 文件夹中需要修改db.php
- 文件夹中需要修改db.php中的
``` PHP
$conn = new mysqli('你的服务器数据库地址', 'root', '数据库密码', '数据表名');
```