打印本文 打印本文  关闭窗口 关闭窗口
基于mysql的论坛(1)
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005/9/10 14:35:28
bsp;    <input type="submit" name="modify" value="更改">
            </form>
          </td>
        </tr>
        <tr>
          <td>
            <form name="form4" action="oper.php" >
              <input type="submit" name="del_board" value="删除板块">
              <input type="hidden" name="board" value="<?php echo "$board"?>">
              <input type="hidden" name="del_board" value="y">
            </form>
          </td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
      <?php
      }
      ?>
    </td>
  </tr>
</table>
</body>
</html>
<?php
}
else {
    show_error(1);
}
?>

上一页  [1] [2] 



打印本文 打印本文  关闭窗口 关闭窗口