慕用8951420
2016-11-05 16:38
为什会出现这个错误,
<?php
$link = mysql_connect('localhost', 'root', 'root') or die('数据库连接失败');
mysql_select_db('db_student');
mysql_query("set names 'utf8'");
$result = mysql_query('select * from tb_admin limit 1');
$row = mysql_fetch_assoc($result);
print_r($row);
?>
这是我的代码
http://php.net/manual/zh/function.mysqli-connect.php
mysql 扩展没有开吧
PHP进阶篇
181843 学习 · 2577 问题
相似问题