dlinpingluninfo.inc.php 517 B

12345678910
  1. <?php
  2. global $_GPC, $_W;
  3. $action = 'start';
  4. $GLOBALS['frames'] = $this->getNaveMenu($_COOKIE['cityname'], $action);
  5. $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";
  6. $list=pdo_fetch($sql, array(':uniacid'=>$_W['uniacid'],':id'=>$_GPC['id']));
  7. include $this->template('web/dlinpingluninfo');