article_elite1.php
来自「PHP免费网摘程序 详细说明: 安装说明: 1、把文件上穿上去以后」· PHP 代码 · 共 5 行
PHP
5 行
<? include("../conn.php");?>
<? include("../include/function.php");?>
document.write("<? $sql="select * from zhai where ispub='1' and siteid='2' order by rand() limit 7";
$qr=mysql_query($sql);
while($ar=mysql_fetch_array($qr)){;?><a class='listA' href='../zhaishow.php?id=<? echo $ar[id];?>' target='_blank'><? echo sub($ar[title],28);?></a><br><? };?>");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?