📄 dorehtml.php
字号:
<?
require("../../class/connect.php");
include("../../class/db_sql.php");
include("../../class/config.php");
include("../../class/functions.php");
$link=db_connect();
$empire=new mysqlquery();
$logininid=$_COOKIE['enewsloginuserid'];
$loginin=$_COOKIE['enewsloginusername'];
$loginrnd=$_COOKIE['enewsloginrnd'];
$loginlevel=$_COOKIE['enewsloginlevel'];
$editor=1;
is_login($logininid,$loginin,$loginrnd);
$add=$_GET;
$tbname=$add['tbname'];
$count=count($tbname);
//刷新所有表
if(!$count)
{
$j=0;
$tsql=$empire->query("select tbname from phome_enewstable order by tid");
while($tr=$empire->fetch($tsql))
{
$tbname[$j]=$tr[tbname];
$j++;
}
$count=count($tbname);
}
setcookie("retablenum",$count,0,"/","");
setcookie("rechecktablenum",0,0,"/","");
$url="../enews.php?enews=ReNewsHtml&classid=$add[classid]&from=$add[from]&retype=$add[retype]&startday=$add[startday]&endday=$add[endday]&startid=$add[startid]&endid=$add[endid]";
echo"<center>要刷新的表的总个数为:<font color=red>$count</font>个</center><br>";
for($i=0;$i<$count;$i++)
{
$trueurl=$url."&tbname=".$tbname[$i];
echo"<iframe frameborder=0 height=35 id='".$tbname[$i]."' scrolling=no
src=\"".$trueurl."\"
width=\"100%\"></iframe><br>";
}
db_close();
$empire=null;
?>
<iframe frameborder=0 height=35 id="checkrehtml" scrolling=no
src="CheckRehtml.php?first=1&from=<?=$add[from]?>"
width="100%"></iframe>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -