亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
<?php
header("Content-Type:text/html;charset=utf-8");
include('./db.inc.php');
function?cateList($pid=0,&$result=array(),$spac=0){
	$spac+=2;
	$sql="SELECT?*?FROM?cate?WHERE?pid=$pid";
	$res=mysql_query($sql);
	while($row=mysql_fetch_assoc($res)){
		$row['catename']=str_repeat('&nbsp;&nbsp;',?$spac).'|--'.$row['catename'];
		$result[]=$row;
		cateList($row['id'],$result,$spac);
	}
	return?$result;
}

function?displayCate($pid=0,$select=1){
	$rs=cateList($pid);
	$str='';
	$str.=?"<select?name='cate'>";
	foreach?($rs?as?$k?=>?$v)?{
		$selectstr='';
		if($v['id']==$select){
			$selectstr="selected";
		}
		$str.=?"<option?{$selectstr}>{$v['catename']}</option>";
	}
	return?$str.=?"</select>";
}
echo?displayCate(0,5);
?>


正在回答

0 回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號