⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lookcjwt.php

📁 十大精典PHP项目开发全程案例+代码
💻 PHP
字号:
<link rel="stylesheet" type="text/css" href="css/style.css">
<table width="642" align="center" border="0" cellspacing="0" cellpadding="0">
          <td height="30" valign="middle" background="images/bg_12(2).jpg"><table width="610">
            <tr>
              <td width="109" rowspan="2">&nbsp;</td>
              <td width="379" height="3"></td>
              <td width="106" rowspan="2">&nbsp;</td>
            <tr>
              <td>&nbsp;常见问题</td>
            </table></td>
        </tr>
        <tr>
          <td  width="642" align="center" valign="top">
   <table width="642" border="1" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#6EBEC7">
        <tr>
          <td bgcolor="#FFFFFF">


<?php
include_once("conn/conn.php");
include_once("function.php");
$sql=mysql_query("select * from tb_cjwt where id='".$_GET["id"]."'",$conn);
$info=mysql_fetch_array($sql);
?>
<table width="635" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="94" height="30"><div align="center"><strong>问&nbsp;&nbsp;题:</strong></div></td>
              <td width="541"><?php echo unhtml($info["question"]);?></td>
            </tr>
            <tr>
              <td height="70"><div align="center"><strong>解&nbsp;&nbsp;答:</strong></div></td>
              <td height="70">&nbsp;<?php echo unhtml($info["answer"]);?></td>
            </tr>
</table>


</td>
        </tr></table>
          </td>
        </tr>
      </table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -