new.php

来自「凌云新闻LyNews v1.0」· PHP 代码 · 共 21 行

PHP
21
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>增加新闻</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<base target="main">
</head>
<body bgcolor="#008080">
<p align="center"><a href="http://172.21.76.9/php/news/addnew1.php">增加新闻栏目</a></p>
<p align="center"><font color="#0000FF">增加新闻</font></p>
<?php
include("header.inc");
$query=mysql_query('select * from news1');
while ($array=mysql_fetch_row($query)){
echo '<p align="center"><a href="addnew.php?lx='.$array[1].'">'.$array[0].'</a></p>';
}
echo '<br><br><p align="center"><a href="del.php">删除新闻</a></p>';
?>
</body>
</html>

⌨️ 快捷键说明

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