摘要: 1连接数据库. //procedural style $mysqli = mysqli_connect('host','username','password','database_name'); //object oriented style (recommended) $mysqli = new mysqli('host','username','password','database_... 阅读全文
posted @ 2016-05-06 17:15 梦小天 阅读(185) 评论(0) 推荐(0) 编辑