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

📄 list1.php

📁 凌云新闻LyNews v1.0
💻 PHP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>遵义分行新闻中心</title>
<style type="text/css">
<!--
td {  font-size: 12pt; color: #000000; text-decoration: none}
a:link {  color: #000000; text-decoration: none; font-size: 9pt}
a:active {  font-size: 9pt; color: #000000; text-decoration: none}
a:visited {  font-size: 9pt; color: #000000; text-decoration: none}
a:hover {  font-size: 9pt; color: #0000FF; text-decoration: underline}
-->
</style>
</head>
<body bgcolor="#FFFFFF" topmargin="0">
<p align="left"><a href="http://172.21.76.9/">遵义分行首页</a>
<?php
include("header.inc");
$imgurl="http://172.21.76.9/php/img/";
$query=mysql_query('select * from news1');
while ($array=mysql_fetch_row($query)){
echo ' <a href="xwzx.php?lx='.$array[1].'&page=1">'.$array[0].'</a>';
}
echo "</p>";
$query=mysql_query("select * from news where newxlh='$newxlh'");
$array=mysql_fetch_row($query);
echo '<hr><p align="center"><font size="4"><b>'.$array[0].'</b></font></p><div align="center"><center>';
echo '<table width="99%" border="0" bgcolor="#E0EFFE" cellpadding="10" cellspacing="5" class="main"><tr><td>';
$newimg=trim($array[1]);
if ($newimg != ""){
echo "<p align='left'><span class='large'><font color='black'><img SRC=\"$imgurl".$newimg.'" BORDER="0" align="left" alt="'.$newimg.'">';
}
if ($array[8]=="T"){
echo $array[2];
} else {
echo nl2br($array[2]);
}
$newdjcs=$array[7]+1;
mysql_query("update news set newdjcs='$newdjcs' where newxlh='$newxlh'");
?>
</font></span></td>
</tr>
</table>
</center></div>
<p align="right"><a href="javascript:window.close()">关闭窗口</a></p>
<dl>
<p align="center"><font size="2"> <a href="http://172.21.76.9/LuoYvFeng/index.html">蓝雨工作室</a>版权所有</font></p>
</dl>
</body>
</html>

⌨️ 快捷键说明

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