pingluninfo.inc.php 465 B

123456789
  1. <?php
  2. global $_GPC, $_W;
  3. $GLOBALS['frames'] = $this->getMainMenu();
  4. $sql="select a.* ,b.name,c.title,c.content as zxcontent from " . tablename("zhtc_zx_assess") ." a" . " left join " . tablename("zhtc_user") . "b on b.id=a.user_id" . " left join " . tablename("zhtc_zx") . " c on c.id=a.zx_id where a.uniacid=:uniacid and a.id=:id";
  5. $list=pdo_fetch($sql, array(':uniacid'=>$_W['uniacid'],':id'=>$_GPC['id']));
  6. include $this->template('web/pingluninfo');