smarty里php查询语句是这么写的吗?

2025-04-17 08:57:05
推荐回答(3个)
回答1:

$sql="select * from".$GLOBALS['ecs']->table('alliance_user')."where au_user=".$username."AND au_upwd=".$upwd;

应该是这样

回答2:

$sql="select * from".$GLOBALS['ecs']->table('alliance_user')."where au_user =".$username."AND au_upwd=".$upwd;

你复制上试试

回答3:

不是