- 论坛徽章:
- 0
|
- function tree($id,$n){
- global $mysql;
- global $db_prefix;
- $strsql="select `id`,`Category`,`ParentID`,`createdate`,`isdel` from `{$db_prefix}category` where `ParentID`=".$id." order by id ";
- $result=$mysql->getgroupbyquery($strsql);
- if (count($result)>0) {
- $n++;
- for ($i = 0; $i < count($result); $i++) {
- echo str_repeat(" ", $n).($i+1)."{$result[$i]['Category']} <br/>\n";
- tree($result[$i]['id'],$n);
- }
- }
- }
- tree(0,0);
复制代码
运行后效果:
1新闻
1国际新闻
1上海新闻
1普陀新闻
2国内新闻
2财经
3娱乐
4游戏
5女性
6房产
1上海房产
7旅游
8论坛
9健康
10体育
11科技
12音乐
13汽车
14育儿
15家居
16法制
17手机
1手机资讯
2手机价格 |
|