日期:2014-05-17 浏览次数:20534 次
mysql_connect("localhost",'用户名','密码'); mysql_select_db('库名'); $r=mysql_query("select name from php_area where areaid=2"); $row=mysql_fetch_row($r); //如果areaid 不唯一,此处加上while循环 echo $row[0];