i have table catagory with fields:-<br><br>cat_id int(11)PRI auto_increment ¦<br>cat_name varchar(100)¦ ¦<br>parent_cat int(11) <br><br>where parent_cat is cat_id of another record.<br>means one record is child of another..<br>how can i display the hierarchy with minimum query..<br>