bentrovato!

codice:
SELECT cat_id, cat_name, cat_image 
         FROM tbl_category 
         WHERE cat_id = $id
         ORDER BY cat_parent_id ASC