输入banner图图片脚本导航/分类

mysql基础

连接数据库:(用php)

$host = "127.0.0.1";

$user = “root”;

$password="password";

$database = "users";

$conn =mysqli_connect($host,$user,$password,$database); 

mysql基础

标签:php   blog   pass   连接数   log   class   mysql基础   mysql   use