pubish_new.php

来自「采用PHP+oracle;功能设计:用户管理、栏目管理、新闻管理、专题管理、日志」· PHP 代码 · 共 34 行

PHP
34
字号
<?  include('../create/connect.php');
    $conn=connect();
    $modifytime=date('YmdHis');
    $sql="update news set pub_statue=1 where newid=$newid";
    @mysql_query($sql,$conn);
	include("../modle/1.php");
   ?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<table width="75%" border="1">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>ok</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><a href="../default.htm">back</a></td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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