$cat_cache = array(); while ($cat = $DB_site->fetch_array($categories)) { $cat_cache[$cat['parentcategory']][] = $cat; }