" . $option . "";
echo $option;
function getTree($id,$spac=0) {
//static $str;
$spac = $spac + 2;
static $str;
$sql = "select * from videoterm where parent_id='" . $id . "'";
$res = mysql_query($sql);
//$arr = mysqli_fetch_assoc($res);
while ($arr=mysql_fetch_assoc($res)) {
$str .= "";
getTree($arr['Id'],$spac);
}
return $str;
}
?>效果如图

上一篇:安装Apache后,恢复系统后修复Apache服务问题
下一篇:PHP 类型比较表