1 Star 4 Fork 1

豌豆/疫情防控后台系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
conn.php 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
豌豆 提交于 2022-03-30 13:58 +08:00 . 疫情防控管理系统
<?php
// 作者:黑色童年
// qq :2104819695
//创建连接数据库文件
$servername = "localhost";
$username = "root";
$password = "root";
$dbname = "333";
// 创建连接
$conn = new mysqli($servername, $username, $password, $dbname);
// 检测连接
if ($conn->connect_error) {
die("连接失败: " . $conn->connect_error);
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/bcmnvxdsa/yiqingadmin.git
git@gitee.com:bcmnvxdsa/yiqingadmin.git
bcmnvxdsa
yiqingadmin
疫情防控后台系统
aaaa

搜索帮助