friends(false, false, $skip_status)->users; $html = ''; foreach($friends as $friend){ $html .= ' '.$friend->name.' '; } echo $html; ?>