<?php $n=0; function data($parent_id, $robots2, $n, $type_id) { $n++; foreach ($robots2 as $robot): if ($robot->parent_id==$parent_id): ?> <p style = "margin-left:<?php echo 1+$n;?>%"><?php echo $robot->name;?></p> <?php data($robot->id, $robots2, $n, $type_id); ?> <?php endif; endforeach; $n--; } ?>
Further full nesting of the first element is not. those. Element 1 Element 1.1. Element 1.1.1 And Element 2, etc. are not displayed. Tell me, good people, what to do ...