📄 friendlink_type.php
字号:
<?php
require_once(dirname(__FILE__)."/config.php");
if(empty($dopost))
{
$dopost = '';
}
//淇濆瓨鏇存敼
if($dopost=="save")
{
$startID = 1;
$endID = $idend;
for(;$startID<=$endID;$startID++)
{
$query = '';
$tid = ${'ID_'.$startID};
$pname = ${'pname_'.$startID};
if(isset(${'check_'.$startID}))
{
if($pname!='')
{
$query = "update #@__flinktype set typenamd='$pname_new'";
$dsql->ExecuteNoneQuery($query);
}
}
else
{
$query = "Delete From #@__flinktype where id='$tid' ";
$dsql->ExecuteNoneQuery($query);
}
}
//澧炲姞鏂拌
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -