php mysqli 增删改查操作
摘要:数据库连接 $host = '127.0.0.1';//主机号$dbuser = 'root';//数据库用户名称$pwd = '123456';//数据库用户密码$database = 'myDataBase';//要连接的数据库$port = '6666';//端口号$conn = mysqli
阅读全文
posted @ 2020-09-09 19:09
posted @ 2020-09-09 19:09
posted @ 2020-09-09 15:10