Help for this page

Select Code to Download


  1. or download this
    select description, image, org, level from category
    connect by parent = prior id
    where id = '$id'
    
  2. or download this
    
    (@fer) = find_all_categories();
    ...
     push(@env,$i);
     return(@env);
    }
    
  3. or download this
    # Under Construction