0 Star 5 Fork 6

焦虑的羽毛 / p2_plan_team

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
managetags.php 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
programcj 提交于 2019-12-28 20:44 . 原始文件
<?php
require("./init.php");
$tagobj = new tags();
$pro = new project();
$action = getArrayVal($_GET, "action");
$mid = getArrayVal($_GET, "mid");
$tag = getArrayVal($_GET, "tag");
$tag = urldecode($tag);
$id = getArrayVal($_GET, "id");
$mode = getArrayVal($_GET, "mode");
$template->assign("mode", $mode);
$start = getArrayVal($_GET, "start");
$end = getArrayVal($_GET, "end");
if ($action == "gettag")
{
$content = $tagobj->getTagContent($tag, $id);
$num = count($content);
$thetag = strip_tags($tag);
$template->assign("thetag", $thetag);
$template->assign("num", $num);
$template->assign("title", $thetag);
$template->assign("result", $content);
$template->display("tag.tpl");
}
PHP
1
https://gitee.com/programcj/p2_plan_team.git
git@gitee.com:programcj/p2_plan_team.git
programcj
p2_plan_team
p2_plan_team
1.4

搜索帮助