php和html的区别 html怎么用php连接数据库?

html怎么用php连接数据库?使用PHP连接数据库:MySQL database$conn=MySQL connect(“localhost”、“root”、“111111”)//括号内的分别代表主

html怎么用php连接数据库?

使用PHP连接数据库:

MySQL database

$conn=MySQL connect(“localhost”、“root”、“111111”)//括号内的分别代表主机、用户名和密码

MySQL select DB(“database name”、$conn)//select library

MySQL Query(“set names GBK”,$conn)//设置字符集