Remove multiple whitespaces
I’m getting $row[‘message’] from a MySQL database and I need to remove all whitespace like \n \t and so on. $row[‘message’] = “This … Read more
I’m getting $row[‘message’] from a MySQL database and I need to remove all whitespace like \n \t and so on. $row[‘message’] = “This … Read more