php(第一篇)
时间:2014-05-02 17:35:28
收藏:0
阅读:384
这周继续讲解php,更加深入的了解的php与数据库的链接,$conn=mysql_connect("localhost","root","") or die ("数据库连接失败");这是连接到数据库的代码。
在mysql中数据编码必须一致,否则就会有乱码。
评论(0)