📄 friendlink_edit.php
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
CheckPurview('plus_鍙嬫儏閾炬帴妯″潡');
$ENV_GOBACK_URL = empty($_COOKIE['ENV_GOBACK_URL']) ? 'friendlink_main.php' : $_COOKIE['ENV_GOBACK_URL'];
if(empty($dopost))
{
$dopost = "";
}
if(isset($allid))
{
$aids = explode(',',$allid);
if(count($aids)==1)
{
$id = $aids[0];
$dopost = "delete";
}
}
if($dopost=="delete")
{
$id = ereg_replace("[^0-9]","",$id);
$dsql->ExecuteNoneQuery("Delete From `#@__flink` where id='$id'");
ShowMsg("鎴愬姛鍒犻櫎涓
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -