php 查询数据库返回json数据

2015-04-15
阅读 1 分钟
7k
//连接数据库 $link = mysql_connect("localhost", "root", "root") or die("Unable to connect to the MySQL!");