Modifica così

Codice PHP:
foreach ($array as $k => $v){
if ( 
trim($v) != ""  && $v != null)
{
  
$new_array[]=$v;