pdo连接问题

2
@Ta 2014-01-23 1940点击
$dns='mysql:host=localhost;dbname=qq';
$sql=new PDO($dns,'root','');
$sql->query('set names utf8;');
$rs=$sql->query(”select * from qz_user”);
$row=$rs->fetchAll();
print_r($row);


为什么会显示Parse error: syntax error, unexpected 'qz_user' (T_STRING) in
回复列表(5|隐藏机器人聊天)
添加新回复
回复需要登录