You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3><span><a href="/">主页</a>><?php $sql = "SELECT typedir,typename FROM `".MYSQL_PRELUDE."_arctype` WHERE id = $tid";$res = $db->query($sql);echo $res[0]['typename']; ?></a></span></h3>
<ul>
<?php $sql = "SELECT id,typename FROM `".MYSQL_PRELUDE."_arctype` WHERE reid = $tid ORDER BY `id`";$res = $db->query($sql);foreach($res as $key=>$val){ ?>