$simple_array = array(); foreach ($vbulletin->forumcache as $forumid => $forum) { $simple_array[$forumid] = $forum['title']; }