php 无限分类(非递归)
来源:未知 责任编辑:责任编辑 发表时间:2015-10-08 14:15 点击:次
<?
/**
* 无限分类
* 2011/8/24
* kcj
* */
include "../conn/conn.php";
$flpid=$_POST['flpid'];
$fltitle=$_POST['title'];
$fldes=$_POST['des'];
if(isset($_POST['action'])!=''&&$_POST['action']="add"){ // 无限分类(非递归),用路径来判断分类归属(flid=flpid)
$sql2="select flpath from fenlei where flid=".$flpid;
$rst2=mysql_query($sql2);
$row=mysql_fetch_array($rst2,MYSQL_ASSOC);
$flpath=$row['flpath'];
$sql="insert into fenlei (flpid,fltitle,fldes,flpath) value('".$flpid."','".$fltitle."','".$fldes."','".($flpath.'-'.$flpid)."')";
mysql_query($sql);
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<meta name="Author" content="kcj" />
<meta name="Keywords" content="php,lampbrother" />
<link rel="stylesheet" type="text/css" href="style/lampcms.css">
<script src="javascript/common.js"></script>
<script type="text/javascript">
function vaFl(addfl){
if(addfl.title.value==''){
alert("栏目名称不能为空!");
addfl.title.focus();
return false;
}
if(addfl.des.value==''){
/**
* 无限分类
* 2011/8/24
* kcj
* */
include "../conn/conn.php";
$flpid=$_POST['flpid'];
$fltitle=$_POST['title'];
$fldes=$_POST['des'];
if(isset($_POST['action'])!=''&&$_POST['action']="add"){ // 无限分类(非递归),用路径来判断分类归属(flid=flpid)
$sql2="select flpath from fenlei where flid=".$flpid;
$rst2=mysql_query($sql2);
$row=mysql_fetch_array($rst2,MYSQL_ASSOC);
$flpath=$row['flpath'];
$sql="insert into fenlei (flpid,fltitle,fldes,flpath) value('".$flpid."','".$fltitle."','".$fldes."','".($flpath.'-'.$flpid)."')";
mysql_query($sql);
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<meta name="Author" content="kcj" />
<meta name="Keywords" content="php,lampbrother" />
<link rel="stylesheet" type="text/css" href="style/lampcms.css">
<script src="javascript/common.js"></script>
<script type="text/javascript">
function vaFl(addfl){
if(addfl.title.value==''){
alert("栏目名称不能为空!");
addfl.title.focus();
return false;
}
if(addfl.des.value==''){
相关新闻>>
- 发表评论
-
- 最新评论 更多>>