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

📄 preview.php

📁 采用PHP+oracle;功能设计:用户管理、栏目管理、新闻管理、专题管理、日志管理
💻 PHP
字号:
<? include('../inc/func.php');
   $sql="select pic".$id." from news where newsid=".$newid;
   $array=$cla->db_query($sql);
   $pic_class=((substr($array[0]["PIC".$id],0,1)=='j')?".jpg":".gif");

?><html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<img src=<?echo "../image_news/".$newid."/".$id.$pic_class; ?> >
<?
echo "<br>";
echo substr($array["PIC".$id],1,(strlen($array[0]["PIC".$id])-1));
echo "<br>";
?>
</body>
</html>

⌨️ 快捷键说明

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