1. PHp如何连接数据库
不知道你用的是什么数据库,如果是Mysql的话,一个php函数就搞定了mysql_connect('host','username','password');三个参数分别是数据库主机ip,数据库用户名,数据库密码