Support

Account

Home Forums Front-end Issues Implode Post Object with "," and add "and" at last word Reply To: Implode Post Object with "," and add "and" at last word

  • You are likely getting empty results, you should probably wrap the if else in another check

    
    $output = false;
    if (!empty($development)) {
      if (count($development ....
    }