摘要: test//连接数据库$con = mysql_connect("localhost","root","123456");if (!$con) { die('Could not connect: ' . mysql_error()); } // 创建数据库 //Create database... 阅读全文
posted @ 2014-11-12 16:06 简单就好zyx 阅读(252) 评论(0) 推荐(0)