$tmparray = explode(",",$array);array_map("trim",$tmparray);$array = implode(",",$tmparray);
$str = str_replace(" \t\r\n","",$str);