📄 new.php
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -