<!--功能條 開(kāi)始--><table width="800" border="0" align="center" cellpadding="3" cellspacing="3"><tr><th scope="col"><a href="index.php">瀏覽病歷</a></th><th scope="col"><a href="index.php?biao=jibenxinxi&uid=<?=$_SESSION['purview']?>&act=add">添加病例</a></th><th scope="col"><a href="index.php?act=search">查詢(xún)病例</a></th><th scope="col"><a href="export.php" target="_blank">導(dǎo)出病例</a></th><th scope="col"><a href="admin/admin_user.php" target="_blank">后臺(tái)管理</a></th><th scope="col"><a href="passwd.php" target="_blank">修改密碼</a></th><th scope="col"><a href="logout.php">退出系統(tǒng)</a></th></tr></table><table width="800" border="0" align="center" cellpadding="0" cellspacing="0" background="images/biaoti.gif"><tr><?if($_SESSION['hospital'] != ""){$linkz = new DB_SQL;$rsql = "select danweiming from danwei where zhongxinbianhao=".$_SESSION['hospital'];$linkz->query($rsql);while($linkz->next_record()){ mysql_query("SET NAMES 'GBK'");?><td height="100"> <font size="+3" color="#FFFFFF"><?=$linkz->f('danweiming');?></font></td><?}}?></tr></table>請(qǐng)問(wèn)SET NAMES gbK 語(yǔ)句應(yīng)該寫(xiě)在哪?
如下代碼中,請(qǐng)問(wèn)SET NAMES gbK 語(yǔ)句應(yīng)該寫(xiě)在哪?
繁華開(kāi)滿(mǎn)天機(jī)
2022-03-31 14:10:29